This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Escaping characters from my XML


Hello All-

 Here is my issue:
 
My XML looks like this:	<name>John "J" Smith </name>
My XSL looks like this:   var myVariable = "<xsl:value-of select="name"/>"
What's rendered is     :   var myVariable = "John "J" Smith"

Some how I need to deal with the fact that there are quotes in my data. This
bombs out on me every time. Is there a way to escape it in XSL? How can I do
this?


Thanks in advance for the help.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]