Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Parsing an XML document from a URL

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] Parsing an XML document from a URL
  • Date: Sat, 8 May 2010 07:00:39 -0400

On Sat, May 8, 2010 at 6:45 AM, Dave Pawson <dave.pawson AT gmail.com> wrote:

> http://www.dpawson.co.uk/docbook/catalogs.html might help you
> understand the use with XSLT,
> I haven't used one with XOM, perhaps Elliotte can tell you
> how to 'redirect' the resolver to use your catalog.
>

I've considered adding catalog support to XOM, but there's been any
real demand for it. You should be able to use a SAX-based XML Catalog
resolver as the base parser for XOM:

http://xml.apache.org/commons/components/resolver/resolver-article.html

--
Elliotte Rusty Harold
elharo AT ibiblio.org




Archive powered by MHonArc 2.6.24.

Top of Page