[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: JAXP and Java XML APIs (was RE: [xml-dev] difference bet. xercesand crimson)
- From: David Brownell <david-b@pacbell.net>
- To: James Strachan <james_strachan@yahoo.co.uk>,Leigh Dodds <ldodds@ingenta.com>, Dylan Walsh <Dylan.Walsh@kadius.com>,Xml-Dev <xml-dev@lists.xml.org>
- Date: Wed, 26 Sep 2001 11:13:50 -0700
> Also 'empty' transformers can be used so using JAXP its easy to stream SAX
> <-> text <-> DOM <-> dom4j <-> JDOM. i.e. JAXP can now be used to go from
> any XML representation to any other with or without a transformation in
> between.
How's that done if I want to use a SAX event stream as my intermediate
format, rather than constantly transforming to text and back?