Build SAX filtering logic which examines the namespace field of each element event and uses that to decide whether or not to process the element and/or its contents. Sorry, this is a do-it-yourself project, though not a difficult one.
If you don't feel like writing Java code to do it, another approach would be to write an XSLT stylesheet which describes the extraction and use Xalan as a filter. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
