xom-interest AT lists.ibiblio.org
Subject: XOM API for Processing XML with Java
List archive
- From: "Michael Kay" <mike AT saxonica.com>
- To: "'Mike Colbert'" <mbcolbert AT yahoo.com>, "'John Cowan'" <cowan AT ccil.org>
- Cc: xom-interest AT lists.ibiblio.org
- Subject: Re: [XOM-interest] XOM and Large Files
- Date: Wed, 26 Jul 2006 16:59:24 +0100
> Thanks, John. Good catch, unfortunately in this specific
> case the files don't have root elements, so I need to write
> in my own before I pass the contents to XOM. (And I guess
> the moral of that story is don't keep XML in files without
> root elements. It is what it is.)
>
> Still, for future reference, I'm curious if any other options
> are available.
Give the parser an input file like this:
<!DOCTYPE orders [
<!ENTITY e SYSTEM "data.xml">
]>
<doc>&e;</doc>
where data.xml is your big file without the wrapper element.
Michael Kay
http://www.saxonica.com/
-
Re: [XOM-interest] XOM and Large Files
, (continued)
-
Re: [XOM-interest] XOM and Large Files,
Tatu Saloranta, 07/26/2006
-
Re: [XOM-interest] XOM and Large Files,
John Cowan, 07/26/2006
- Re: [XOM-interest] XOM and Large Files, Elliotte Harold, 07/26/2006
- Re: [XOM-interest] XOM and Large Files, John Cowan, 07/26/2006
- Re: [XOM-interest] XOM and Large Files, John Cowan, 07/26/2006
- Re: [XOM-interest] XOM and Large Files, Mike Colbert, 07/26/2006
-
Re: [XOM-interest] XOM and Large Files,
John Cowan, 07/26/2006
-
Re: [XOM-interest] XOM and Large Files,
Tatu Saloranta, 07/26/2006
- Re: [XOM-interest] XOM and Large Files, Wolfgang Hoschek, 07/26/2006
- Re: [XOM-interest] XOM and Large Files, Tatu Saloranta, 07/26/2006
- Re: [XOM-interest] XOM and Large Files, Mike Colbert, 07/27/2006
- Re: [XOM-interest] XOM and Large Files, John Cowan, 07/27/2006
Archive powered by MHonArc 2.6.24.