[xsl] How to normalize XML???

Subject: [xsl] How to normalize XML???
From: Mailer Mailer <maillistboxes@xxxxxxxxx>
Date: Fri, 9 Aug 2002 03:41:07 -0700 (PDT)
Hi XSL Gurus,

Is there any way in Xerces or JAXP API to normalize
the spaces from the XML.
<Source>
   <Arg>some text</Arg>
</Source>
I have an indented XML as above and whenever I parse
it, I expect single child under Source node but it
give me nodelist of 3 elements just because my xml is
indented.

Do I need to write my xml inline, or check the element
type for every node ???

Can't I say normalize the XML so that it strips out
unnesary spaces from the xml???
I am using JAXP and Xerces.

Can somebody help in this regard??? 

Thanks
Dennis

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

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


Current Thread