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]

Re: [docbook-apps] Customization Layers


On Thu, Aug 14, 2003 at 11:31:33AM -0500, JABakken@dstsystems.com wrote:
> 
> 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?

Try changing "Tranfrom" to "Transform" in the namespace
declaration.

Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
The SCO Group                               fax:   (831) 429-1887
                                            email: bobs@sco.com

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