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]
Other format: [Raw text]

[docbook-apps] XSL-question: What does "Namespace prefix fo is not defined" mean ?


Hi,

I have some trouble converting a docbook xml document to fo. I get
the warning:


:587; make one.fo
SGML_CATALOG_FILES=/etc/sgml/catalog xsltproc --catalogs \
--maxdepth 999 \
 --xinclude --output one.fo print.xsl one.xml
print.xsl:63: warning: Namespace prefix fo is not defined
   <fo:basic-link xsl:use-attribute-sets="xref.properties">


Where print.xsl looks like

<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                version="1.0">
<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/fo/profile-docbook.xsl"/>
<xsl:import href="J.Biol.Chem.Mbfr.fo.xsl"/>
[..]
<!-- ulinks only the first time -->
<xsl:template match="ulink[preceding::ulink/@url=./@url]">
   <fo:basic-link xsl:use-attribute-sets="xref.properties">
   ^^^
   this is the offending line
[..]


I thought that I had all that is needed in the header of print.xsl. Am I 
missing something in order to comply with the warning ?

Thanks in advance,
  Marc Baaden

-- 
 Dr. Marc Baaden  - Institut de Biologie Physico-Chimique, Paris
 mailto:baaden@smplinux.de      -      http://www.marc-baaden.de
 FAX: +49 697912 39550  -  Tel: +33 15841 5176 ou +33 609 843217



---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


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