Hi,
the xincludes must be resolved before the XSL is applied. See
http://www.sagehill.net/docbookxsl/Xinclude.html
your code is fine, however I recommend you add the namespace
declarations and XML header to your sections too:
<?xml version="1.0" encoding="utf-8"?>
<section version="5.0" xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink">
Camille.
Betty Ing wrote:
> Hello,
>
> I have created two sections that I would like to integrate into a
> chapter. I have based my own files on Bob Stayton's Ch. 23 Modular
> DocBook Files. After transformation from xml to html, I cannot navigate
> to the two sections. There is likely some elementary error that I'm not
> seeing, but I'm new to DocBook.
>
> Using the xsltproc transform for HTML and the chunk.xls style sheet,
> I'm getting the following errors:
>
> ---------
> Element include in namespace 'http://www.w3.org/2001/XInclude'
> encountered in chapter, but no template matches.
>
> Element include in namespace 'http://www.w3.org/2001/XInclude'
> encountered in chapter, but no template matches.
>
> Writing index.html for chapter
>
> ---------
>
> Thanks in advance for reviewing my code.
>
> Betty
>
> ------------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
> For additional commands, e-mail: