Bob Stayton wrote:
This is getting a bit off topic since XML catalogs
are not an XSL topic.
I know (see previous posts), but I raise it intentionally since I think
that it would be best if each and every XSLT processor would support
catalogs out-of-the-box in a simple way, so that it would be a non-topic ;)
How can I get this to work offline?
Something like this replaces the URL prefix with
a local filename prefix for all the files under it:
<group xml:base="/usr/share/xml/" >
<!-- Resolve DTD URL system ID to local file -->
<rewriteSystem
systemIdStartString="http://www.oasis-open.org/docbook/xml/4.2/"
rewritePrefix="docbook42/" />
<!-- Resolve stylesheet URL to local file -->
<rewriteURI
uriStartString="http://docbook.sourceforge.net/release/xsl/current/"
rewritePrefix="docbook-xsl-1.56.1/" />
</group>
Thanks, I'll try this.
Tobi
--
http://www.pinkjuice.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Re: [saxon] catalogs, (continued)
- DPawson - Fri, 3 Jan 2003 08:37:25 -0500 (EST)
- Bob Stayton - Fri, 3 Jan 2003 13:29:06 -0500 (EST)
- Tobias Reif - Fri, 3 Jan 2003 13:51:37 -0500 (EST) <=
- DPawson - Mon, 6 Jan 2003 03:35:49 -0500 (EST)
|
|