OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] xsl parameter "ulink.footnotes" generating anerror


Erik Leunissen wrote:
> 
>> If one of those things doesn't solve the problem, then I'd suggest
>> reposting the question with more information on your environment (i.e.,
>> which version of the stylesheets, which xslt processor, your xml source
>> file, your OS, etc.).
>>

OK, I used the same xsl customization as in my original post on a newly
created, minimal xml source, and the error persists.

Both the minimal source file and the xsl customization script are
appended to this message, as well as toolchain info. Note that the
minimal source file needs to include an ulink element in order to
reproduce the error message.

Anybody can reproduce the issue with this more precise info?


Thanks in advance,

Erik.


Source file
===========
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd";>
<article>
  <title></title>

  <section>
    <title></title>

    <para>Some <ulink url="http://www.stunnel.org/";>text</ulink></para>
  </section>
</article>


Customizaton script
===================
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                version="1.0">

<!-- base stylesheet upon which the customizations build -->
<xsl:import href="/usr/local/share/xml/docbook-xsl-current/fo/docbook.xsl"/>

<!-- this triggers the error message "XPath error : Undefined namespace
prefix" -->
<xsl:param name="ulink.footnotes">1</xsl:param>

</xsl:stylesheet>


Toolchain info
==============

xsl stylesheets 1.74.0

> xsltproc --version
Using libxml 20626, libxslt 10117 and libexslt 813
xsltproc was compiled against libxml 20626, libxslt 10117 and libexslt 813
libxslt 10117 was compiled against libxml 20626
libexslt 813 was compiled against libxml 20626

== end of message ==



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]