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


On Wed, Feb 23, 2005 at 02:25:54PM +1100, Jens Porup wrote:
> When I try to validate the doc with:
> 
>     xmllint --noout --noent --xinclude --postvalid tech_spec.xml
> 
> It validates--there are no errors.
> 
> But when I xsltproc for both html and doc, I get the errors:
> 
>         (HTML) No template matches xi:include in book.
> 
>         (PDF) xi:include encountered in book, but no template matches.

Are you using the `--xinclude` argument to `xsltproc`, as well?  It
would look like:

  $ xsltproc --xinclude path_or_URI_to_stylesheet.xsl tech_spec.xml

Take care,

    John L. Clark

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]