atom feed15 messages in org.oasis-open.lists.docbook-appsxsl parameter "ulink.footnotes" gener...
FromSent OnAttachments
Erik LeunissenJun 17, 2008 1:29 pm 
Florent GeorgesJun 17, 2008 2:43 pm 
Richard HamiltonJun 17, 2008 3:54 pm 
Erik LeunissenJun 18, 2008 10:12 am 
Erik LeunissenJun 18, 2008 10:14 am 
Erik LeunissenJun 18, 2008 1:17 pm 
Bob StaytonJun 19, 2008 9:43 pm 
Erik LeunissenJun 19, 2008 10:35 pm 
Erik LeunissenJun 19, 2008 11:19 pm 
John BrownJun 20, 2008 12:45 am 
Erik LeunissenJun 20, 2008 10:27 am 
Richard HamiltonJun 20, 2008 1:07 pm 
Erik LeunissenJun 22, 2008 3:01 am 
Erik LeunissenJun 22, 2008 3:16 am 
Erik LeunissenJun 22, 2008 6:08 am 
Subject:xsl parameter "ulink.footnotes" generating an error
From:Erik Leunissen (e.le@hccnet.nl)
Date:Jun 17, 2008 1:29:35 pm
List:org.oasis-open.lists.docbook-apps

Hello all,

The statement:

<xsl:param name="ulink.footnotes">1</xsl:param>

used in the customization layer below, triggers the following error message:

"XPath error : Undefined namespace prefix"

Anybody know: - whether that's merely an annoyance or a real error? - how to prevent it from happening?

Note aside: I know that "ulink.show" needs to be set also, if one sets "ulink.footnotes" to 1, but I left it out from this example because it doesn't appear to relate to the error message.

Thanks in advance for any insight,

Erik.

====== customization script following ==

<?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>

== end of message ==