Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] StackOverflowError compiling XOM

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • To: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] StackOverflowError compiling XOM
  • Date: Thu, 10 Jul 2008 16:47:42 -0700

Michael Kay wrote:
What does XOM do differently from other programs which causes compiler problems?


I believe it has some large tables of Unicode characters.


That's pretty much it. XOM skates very close to the maximum legal size of a Java method.

I had the same problem in Saxon but found ways of encoding the data to work
around the compiler limits. It's pretty messy though.


I'll have to take a look at what you did some time.

--
Elliotte Rusty Harold
elharo AT metalab.unc.edu




Archive powered by MHonArc 2.6.24.

Top of Page