Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] OutOfMemoryError

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: Wolfgang Hoschek <wolfgang.hoschek AT mac.com>
  • Cc: xom-interest AT lists.ibiblio.org, m AT lhaza.com
  • Subject: Re: [XOM-interest] OutOfMemoryError
  • Date: Sat, 21 Jan 2006 08:23:01 -0500

Wolfgang Hoschek wrote:

I presume that's going to come in the form of an (optional) byte based SAX signature such as

void bytes(byte[] src, int offset, int length)

or similar. With a fallback to the character version if no byte handler is present. Right?

No. SAX will not change. The base-64 encoded content will be presented to SAX as characters using the existing APIs. of course some people may choose to use different, non-SAX, non-XML APIs that don't base-64 encode everything.

Yes, this is all insane. Personally I just wish the binary folks would stop trying to hijack XML for use cases it was never intended for.

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