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] Customization Layers





I'm just getting started with customization layers, so I copied an example
directly out of a book (and of course it didn't work). I was wondering if
anybody could set me straight.

Here is the customization layer:

<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transfrom";
version="1.0">
<xsl:import href="htmlhelp/htmlhelp.xsl"/>
<xsl:param name="html.stylesheet" select="'mystyle.css'"/>
</xsl:stylesheet>

When I tried to use it, I got the following error message: "stylesheet
required attribute: version".

Any suggestions?

Thanks.

JB


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