OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
xsl transformation form ' to ''
This page's ID:
22180
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
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)
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »