Problem with xsltc when input xml source contains " 2003-01-28 - By Balaji Varatharaj
Hi, The output from xsltc transformation is abnormal when the input xml contains ". Using xsltc i have compiled the style sheets inot a jar file which i am using for transformation.
This is the input xml passed to the xsltc compiler:-
<DIOQSRESP> <TITLE>"ALL PENDING PROVISIONING ORDERS BY FRAME DUE DATE",</TITLE> <RECORD> <TEXT>LOC(7,5) IS"_____";</TEXT> <MASK>"_____"</MASK> </RECORD> <ECAGR> <ECMSG>Operation successful</ECMSG> <ECSERVER>ebizz1</ECSERVER> <ECHARMPID>32260</ECHARMPID> </ECAGR> </DIOQSRESP>
The output that i am expecting in HTML is LOC(7,5) IS"_____". i.e th text in <TEXT>LOC(7,5) IS"_____";</TEXT> tag should be converted to LOC(7,5) IS"_____";
But right now i am getting it as LOC(7,5) IS.
I am attaching the xsl which acts on the <DIOQSRESP> element (OQS.xsl)
Any ideas ?
Thanks Balaji
|
|