Subject: Re: parse an xml file
From: "M. David Peterson" <conners_dad@xxxxxxx>
Date: Tue, 02 Sep 2003 23:18:21 -0700
|
Im assuming your transforming the XML file using an XSLT file. If yes,
simply add this parameter to the <xsl:value-of> tag...
<xsl:value-of select="insert node" disable-output-escaping="yes">
Hope this helps!
M.David
From: "Sanghamitra Das" <sanghamitra.das@xxxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject: parse an xml file
Date: Wed, 3 Sep 2003 11:34:40 +0530
I am using xerces DOM parser to parse an xml file and retrieve its
Values to put into a new xml document.....while retrieving value like <
& (i.e. special characters) ....I am facing problem....the DOM parser
translate "<" to "<" or for that matter "&" "&" ...which is
not correct and I don't want that......so any clue....input...idea????
Thanks in Advance
-Sanghamitra
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
_________________________________________________________________
MSN 8: Get 6 months for $9.95/month. http://join.msn.com/?page=dept/dialup
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|