| From | Sent On | Attachments |
|---|---|---|
| Erik Leunissen | Jun 17, 2008 1:29 pm | |
| Florent Georges | Jun 17, 2008 2:43 pm | |
| Richard Hamilton | Jun 17, 2008 3:54 pm | |
| Erik Leunissen | Jun 18, 2008 10:12 am | |
| Erik Leunissen | Jun 18, 2008 10:14 am | |
| Erik Leunissen | Jun 18, 2008 1:17 pm | |
| Bob Stayton | Jun 19, 2008 9:43 pm | |
| Erik Leunissen | Jun 19, 2008 10:35 pm | |
| Erik Leunissen | Jun 19, 2008 11:19 pm | |
| John Brown | Jun 20, 2008 12:45 am | |
| Erik Leunissen | Jun 20, 2008 10:27 am | |
| Richard Hamilton | Jun 20, 2008 1:07 pm | |
| Erik Leunissen | Jun 22, 2008 3:01 am | |
| Erik Leunissen | Jun 22, 2008 3:16 am | |
| Erik Leunissen | Jun 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 ==





