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]
