|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: DOM to SAX
Use the JAXP API: Transformer identity = TransformerFactory.newTransformer(); identity.transform(new DOMSource(document), new SAXResult(contentHandler)); -Erik John Cowan wrote: > Bill de h?ra scripsit: > > >>>Is there a freely-available Java class for walking a DOM and outputting SAX >>>events? I can't find anything among the serialization tools available at >>>apache.org. >> >>I don't know of one, otoh it's simple to serialize the DOM to XML >>and pass it into to a SAXParser. > > > Way overkill. My class DOMParser is obsolete, being SAX1 and DOM Level 1, > but it would be easy enough to refresh it. Source code at > http://mercury.ccil.org/~cowan/XML/DOMSource.java > http://mercury.ccil.org/~cowan/XML/DOMParser.java >
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








