Sixten Otto wrote:
> One of the other people working on the project pointed out to me that
> Xindice seems to be resolving the doctype, and inlining the DTD into the
> documents when they are stored in the repository. (Or perhaps this is
> happening when they are retrieved again; it's hard to tell.) This is
really
> not what we'd like to see happen, in large part because the DocBook DTD is
> huge, and will probably be 5-10x the size of the average document we're
> storing.
>
> Is this behavior configurable at all? Or are we stuck with it? I haven't
> been able to find any information in the docs, or in the list archives
> about this.
>

Mark asked:
> How are you referencing the DTD file or URL?

For my tests, I was using:

<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd"; >

Which got expanded out to a very large (and ugly) set of comments....


--
Mike (working with Sixten)

Reply via email to