Hi,
        what are you actually trying to do? If you want to just iterate 
over Elements then use a DOMTreeWalker or a DOMNodeIterator with the 
whatToShow parameter set correctly.

Gareth 


On Tue, 1 Oct 2002, Ken Miller wrote:

> Thanks for the replies.  Couple of questions about the whitespace issue:
> 
> Is it possible to tell the parser to ignore whitespaces without the DTD?
> 
> I am using an XSD for the XML file, you can't set ignore whitespaces
> inside the XSD can you?
> 
> Is there anyway to trap the whitespaces inside a program using xerces
> and then just simply not create the dummy sibling if it is a whitespace,
> vice an actual node?  I have tried testing to see if the
> *(nodeValue.transcode()) != '\n' and also to ' ', but no dice.
> 
> Thanks in advance.
> 
> Ken
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

-- 
Gareth Reakes, Head of Product Development  
DecisionSoft Ltd.            http://www.decisionsoft.com
Office: +44 (0) 1865 203192



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to