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


Hi,

> <?xml version='1.0'?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transfrom";
                                                             ^^^^^
The line above should be "Transform" not "Transfrom".
You get the "version" error because the processor that you used
assumed that you were using a different version of XSL.

Using xsltproc, I get an "xsltParseStylesheetProcess : document is not a stylesheet" error,
and quickly know that I misspelled somewhere.

Masatake E. Hori


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