xom-interest AT lists.ibiblio.org
Subject: XOM API for Processing XML with Java
List archive
Re: [XOM-interest] XOM file causes my Eclipse editor to crash
- From: Thomas Hicks <hickst AT theriver.com>
- To: xom-interest AT lists.ibiblio.org
- Subject: Re: [XOM-interest] XOM file causes my Eclipse editor to crash
- Date: Thu, 18 Oct 2007 08:01:27 -0700
At 03:39 AM 10/18/2007, you wrote:
> > In the method nu.xom.UnicodeUtil.decompose(..) (Xom 1.2b)
> there is a
> > 1900ish-levels nested if-else statement that causes my Eclipse java
> > editor to crash when opening the file. Yes, I know it's not a
> > XOM-fault, but I thought I'd throw it on the list anyway...
I had a few problems with compiler limits in this area in Saxon too, though
my approach is a bit different. I ended up creating a source module
containing the raw data in which the lists of integers are represented as
strings containing comma-separated base-32 values; I then parse the strings
out into the run-time tables needed to drive the algorithm. Don't ask me why
it wasn't base-64, I'm sure it made sense at the time.
Could this have been because the Character.MAX_RADIX constant,
used by the String.toString(int i, int radix) method, has a value of 36?
cheers,
-tom
-
[XOM-interest] XOM file causes my Eclipse editor to crash,
Asgeir Frimannsson, 10/17/2007
-
Re: [XOM-interest] XOM file causes my Eclipse editor to crash,
Elliotte Harold, 10/18/2007
-
Re: [XOM-interest] XOM file causes my Eclipse editor to crash,
Michael Kay, 10/18/2007
-
Re: [XOM-interest] XOM file causes my Eclipse editor to crash,
Dave Pawson, 10/18/2007
-
Re: [XOM-interest] XOM file causes my Eclipse editor to crash,
Michael Kay, 10/18/2007
- Re: [XOM-interest] XOM file causes my Eclipse editor to crash, Dave Pawson, 10/18/2007
-
Re: [XOM-interest] XOM file causes my Eclipse editor to crash,
Michael Kay, 10/18/2007
- Re: [XOM-interest] XOM file causes my Eclipse editor to crash, Elliotte Harold, 10/18/2007
- Re: [XOM-interest] XOM file causes my Eclipse editor to crash, Thomas Hicks, 10/18/2007
-
Re: [XOM-interest] XOM file causes my Eclipse editor to crash,
Dave Pawson, 10/18/2007
-
Re: [XOM-interest] XOM file causes my Eclipse editor to crash,
Michael Kay, 10/18/2007
-
Re: [XOM-interest] XOM file causes my Eclipse editor to crash,
Elliotte Harold, 10/18/2007
Archive powered by MHonArc 2.6.24.