OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]