Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] XML Serialization

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Harold <elharo AT metalab.unc.edu>
  • To: r s <rspolitics AT yahoo.com>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] XML Serialization
  • Date: Sun, 08 May 2005 16:51:35 -0400

r s wrote:
I should clarify, by "serialize" I mean like Axis encode.
I'm currently using Node.toXML and passing this to Axis, is there a better way to do this?

I don't know what Axis does, but you might want to use a Serializer instead of toXML. The Serializer streams things so it's likely faster.

--
Elliotte Rusty Harold elharo AT metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim




Archive powered by MHonArc 2.6.24.

Top of Page