OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[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)



> 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?