This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Xalan with docbook.xsl problem


Hi everybody,

would someone have an idea regarding the following problem. I'm trying
to use the xml.apache.org xsl converter Xalan to transform a docbook doc
which passes through XT without problems. Xalan complains the following:

Z:\documents\Work\Vorlesungen\xml>c:\programme\jdk1.3\bin\java
org.apache.xalan.
xslt.Process -IN mydoc.xml -XSL z:/documents/xml/xsl/docbook/fo/docbo
ok.xsl -OUT foo.out

========= Parsing file:z:/documents/xml/xsl/docbook/fo/docbook.xsl
==========
Parse of file:z:/documents/xml/xsl/docbook/fo/docbook.xsl took 5828
milliseconds

========= Parsing Chemoinformatics.xml ==========
file:/z:/documents/xml/dtd/docbookx/dbpoolx.mod; Line 2273; Column 3
XSL Error: Could not parse mydoc.xml document!
XSLT: The markup declarations contained or pointed to by the document
type decla
ration must be well-formed.
Xalan: was not successful.
XSLProcessor: done

I'm not sure what if "markup declaration" refers to something in
dbpoolx.mod or to my document which starts with 

<?xml version="1.0"?>
<!DOCTYPE title SYSTEM
"file:/z:/documents/xml/dtd/docbookx/docbookx.dtd" [
<!ENTITY intro SYSTEM "intro.xml">
<!ENTITY structures SYSTEM "structures.xml">
<!ENTITY chemgraph SYSTEM "chemgraph.xml">
<!ENTITY bibliography SYSTEM "bibliography.xml">
<!ENTITY glossary SYSTEM "glossary.xml">
]>

Any hints are highly appreciated. 

Cheers, 

Chris

--
Dr. Christoph Steinbeck (http://www.ice.mpg.de/departments/ChemInf)
MPI of Chemical Ecology, Carl-Zeiss-Promenade 10, 07745 Jena, Germany
Tel: +49(0)3641 643644 - Fax: +49(0)3641 643665

What is man but that lofty spirit - that sense of enterprise. 
... Kirk, "I, Mudd," stardate 4513.3..

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]