Hi, I want to filter the contents of a XML document using a DTD to allow only the valid elements and attributes as specified in the DTD to be passed through to the output, any data that does not conform to the DTD should be filtered out. The document can be large so I suspect a SAX type filter is the way to go. My problem is figuring out how to integrate the actions of a validating parser and a filter together, it looks like something that should be easy to do but I can't find and javadoc or examples to help me.
Thanks in advance, Pete Smith --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]