Following the instructions here,
http://www.sagehill.net/docbookxsl/TitlePageNewElems.html
produces this error when trying to generate xhtml:
compilation error: file html_customization_layer_titlepage.xsl line 3
element stylesheet
xsl:exclude-result-prefixes : undefined namespace exsl
I think that's because the generated html_customization_layer_titlepage.xsl
file is missing xmlns:exsl="http://exslt.org/common" from the
xsl:stylesheet node. Adding that fixes it for me. Here's the start of that
file, generated from
http://docbook.sourceforge.net/release/xsl/current/xhtml/titlepage.template
s.xsl
and
http://docbook.sourceforge.net/release/xsl/current/template/titlepage.xsl
:
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0" exclude-result-prefixes="exsl"><xsl:template
name="article.titlepage.recto"><xsl:choose><xsl:when
test="articleinfo/title">
The fo version doesn't have this problem.
Nobody/Anonymous
XSL
output: HTML
Public
|
Date: 2009-08-20 13:17 Thanks for the advice and sorry for being confused. It's all working fine |
|
Date: 2009-08-16 10:18 | There is one in the _html_ directory (not the _xhtml_ |
|
Date: 2009-08-14 14:48 > No. You use titlepage.templates.xml (NOT titlepage.templates.xsl) as the |
|
Date: 2009-08-14 14:11 | However, titlepage.templates.xsl may be used as the start |
|
Date: 2009-08-14 10:14 > From your description it looks as if you are applying |
|
Date: 2009-08-12 15:18 I can't reproduce this. |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2009-08-14 14:11 | mzjn |
| close_date | - | 2009-08-14 14:11 | mzjn |
| status_id | Pending | 2009-08-14 10:14 | murrayc |
| close_date | 2009-08-12 15:18 | 2009-08-14 10:14 | murrayc |
| resolution_id | None | 2009-08-12 15:18 | mzjn |
| close_date | - | 2009-08-12 15:18 | mzjn |
| status_id | Open | 2009-08-12 15:18 | mzjn |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use