Topic: xsl transformation form ' to '' (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=22180" title="Pages that link to Topic: xsl transformation form &amp;#039; to &amp;#039;&amp;#039; (Page 1 of 1)" rel="nofollow" >Topic: xsl transformation form &#039; to &#039;&#039; <span class="small">(Page 1 of 1)</span>\

 
clockdva
Nervous Wreck (II) Inmate

From:
Insane since: Jun 2004

posted posted 06-14-2004 15:33

so

<xsl:variable name="lcletters">abcdefghijklmnopqrstuvwxyz</xsl:variable>
<xsl:variable name="ucletters">ABCDEFGHIJKLMNOPQRSTUVWXYZ</xsl:variable>

<xsl:for-each select="azstring">
<azstring>
<xsl:value-of select="translate(".",$lcletters,$ucletters)"/>
</azstring>
</xsl:for-each>

i transform my string to uppercase

now i want also that if in my strings there is a ' it becomes ''
how can i do???

thanks
antonio(sorry for my english)

poi
Paranoid (IV) Inmate

From: France
Insane since: Jun 2002

posted posted 06-14-2004 15:54

The third result of Google: xsl replacing quotes by double quotes returned a reply in a Sablotron Mailing List http://archive.gingerall.cz/archives/public/sablot2002/msg00870.html

clockdva
Nervous Wreck (II) Inmate

From:
Insane since: Jun 2004

posted posted 06-14-2004 16:22

thanks, tomorrow i look and then i'll tell you

clockdva
Nervous Wreck (II) Inmate

From:
Insane since: Jun 2004

posted posted 06-14-2004 17:28

he speaks about "FAQ site referenced in my earlier reply."

but where is this faq site?



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu