Hi, I have a XML input buffer that has the DOCTYPE flag and when I do its parsing (memory) using XercesDOMParser I get and exception. However, when I remove the DOCTYPE flag from the input buffer the parsing goes ok. If I add the DTD specification to the input buffer it also does the parsing with no errors.
Well, the question is: how do I validate a memory buffer that has the DOCTYPE flag against its DTD? Thanks in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
