Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Xstream/Stax integration

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Wolfgang Hoschek <whoschek AT lbl.gov>
  • To: Steve Loughran <steve.loughran AT gmail.com>
  • Cc: xom-interest <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] Xstream/Stax integration
  • Date: Wed, 28 Sep 2005 09:52:11 -0700

On Sep 28, 2005, at 9:44 AM, Steve Loughran wrote:


On 8/23/05, Dan Diephouse <dan AT envoisolutions.com> wrote:


Steve Loughran wrote:



I'm trying to write a SOAP endpoint under ActiveSOAP, which has
handlers for XmlBeans, Stax and XStream. Is there any binding between
Xom and stax yet/planned?



I have some code here:

http://codehaus.org/~dandiep/xomstax.zip




I can confirm that these work, at least in the case of Axiom to Xom.


Seems you're lucky to not use it with data that would make it fail.
E.g. not using a custom NodeFactory skipping elements, or a DocType, Comment, PI, ..., other Stax tokens, as outlined previously.

Wolfgang.





Archive powered by MHonArc 2.6.24.

Top of Page