I have source XML
which contains JavaScript, with single quotes, such as:
<elem
action="foo('param1', 'param2')" />
I need to output it
with the single quotes in tact, but they always come out as:
'
I tried
disable-output-escaping, on the xsl:value-of tag, and this doesn't seem to do
anything.
Any help is most
appreciated.
Thanks,
Cory
BEGIN:VCARD VERSION:2.1 N:Isaacson;Cory;;;(Compuflex) FN:Cory Isaacson (Compuflex) ORG:CompuFlex International TITLE:President & CTO TEL;WORK;VOICE:(818) 884-1168 TEL;CELL;VOICE:(818) 359-2615 TEL;WORK;FAX:(818) 884-0178 ADR;WORK:;;21124 Banlynn Court;Topanga;CA;90290;United States of America LABEL;WORK;ENCODING=QUOTED-PRINTABLE:21124 Banlynn Court=0D=0ATopanga, CA 90290=0D=0AUnited States of America EMAIL;PREF;INTERNET:[EMAIL PROTECTED] REV:20010327T203314Z END:VCARD
