[xslt] Entity resolution fails in a DTD
- From: ben <nicolas marsgui libertysurf fr>
- To: xslt gnome org
- Subject: [xslt] Entity resolution fails in a DTD
- Date: Mon, 24 Sep 2001 23:11:11 +0200
Hello,
I try to use the N. Walsh's jrefentry DTD to build my references.
However, it fails at these lines:
<!ENTITY % docbook PUBLIC "-//OASIS//DTD XML DocBook V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
%docbook;
Even if in one of the SGML_CATALOG_FILES catalog the XML DocBook DTD
public ID is defined, xsltproc fails with the following message:
xsltproc --catalogs --nonet ../xsl/jrefhtml.xsl
../references/reference.xml > reference.html
Attempt to load network entity
http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
../references/dtd/jrefentry/1.0/jrefentry.dtd:30: warning: PEReference:
ommon.attrib; not found
%common.attrib;
^
It seems that xsltproc doesn't try to resolve the public ID. What's
wrong? What can I do without patching the DTD?
Thanks,
BG
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]