Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Exception message "-1"

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: John Cowan <jcowan AT reutershealth.com>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Exception message "-1"
  • Date: Wed, 25 May 2005 09:08:14 -0400

John Cowan wrote:

and XOM throws an exception if it sees a parser trying this.


Paranoid, aren't we.

Just because I'm paranoid doesn't mean you aren't out to get me. :-)

But you're right, there is no way to serialize
such a thing, and anyhow it should be mapped to LF. I'm tempted to remove
line-end processing from the state table altogether and do it at a lower
level, just to make sure I haven't missed any corner cases, but it would
probably make TagSoup even slower.

What is the state-of-the-art profiler for Java, anyhow? Time to start
improving performance.

I use an old version of JProfiler, which seems good enough for my needs. I haven't done an exhaustive analysis of what's out there. I suspect some of the open source offerings have improved since I bought JProfiler a couple of years ago.

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