Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Max Attribute Value Lengths

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT ibiblio.org>
  • To: XOM API for Processing XML with Java <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] Max Attribute Value Lengths
  • Date: Sat, 19 May 2012 09:29:53 -0400

XOM is not chopping anything. If you try to reproduce this with a
self-contained test case, you will likely uncover the real source of
the problem.

There is no maximum length to an attribute in XML, and XOM is limited
only by the maximum size of a Java string and available memory.

--
Elliotte Rusty Harold
elharo AT ibiblio.org




Archive powered by MHonArc 2.6.24.

Top of Page