- From: Norman Walsh <ndw@nwalsh.com>
- Date: Mon, 31 Jan 2011 11:32:53 -0500
- To: XProc Dev <xproc-dev@w3.org>
- Message-ID: <m2k4hlf2yy.fsf@nwalsh.com>
Philip Fennell <Philip.Fennell@marklogic.com> writes:
> Norm wrote:
>> Put those DTDs in a catalog with a local copy.
>
> Sorry for being a bit thick, but, there's no mechanism with XProc or
> Calabash for working with an XML Catalog is there? I've tried adding
> xhtml catalogue within oXygen but it appeared to make no difference.
There is. You probably have to setup the configuration correctly
though. Here's what I have in my ~/.calabash
<cc:xproc-config xmlns:cc="http://xmlcalabash.com/ns/configuration">
<cc:schema-aware>false</cc:schema-aware>
<cc:serialization
omit-xml-declaration="true"/>
<cc:entity-resolver class-name="org.xmlresolver.Resolver"/>
<cc:uri-resolver class-name="org.xmlresolver.Resolver"/>
</cc:xproc-config>
I wish the documentation was beter. Sigh.
Be seeing you,
norm
--
Norman Walsh
Lead Engineer
MarkLogic Corporation
www.marklogic.com
Received on Monday, 31 January 2011 16:33:28 UTC