Balaji, Please provide a complete stylesheet. There are a number of templates (e.g. AddSubmit) that are not defined in the stylesheet that you've sent.
-- Santiago ----- Original Message ----- From: "Balaji Varatharaj" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 10, 2003 3:09 PM Subject: Problem with xsltc when input xml source contains " > 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 in Advance > Balaji > >
