Hi Donna,
schrieb am 02.12.05 08:00:21:
>
> [...]
>
> However, I cannot get this to work. If I generate the refentry as html, then
> everything is just peachy. But when I do this:
> xsltproc -o ./man/ /path/to/manpages/docbook.xsl man-page.xml
> I get this:
> No template matches xi:include in refsect1.
The XInclude elements are not resolved and therefor the DocBook stylesheets see this element which is unknown to them.
Use the --xinclude option to get the xi:include elements resolved. However I am not sure, if all kinds of XPointer are supported.
Bye,
Tom