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


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

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