> -----Original Message-----
> From: Joe Hines 
> 
> I'm trying to import a docbook chapter from an external 
> docbook formatted XML file and am having some trouble with 
> the table of contents.
>  
> I have the following template in my customization layer:
>  
> <xsl:template match="[EMAIL PROTECTED]">
>   <xsl:variable name="chapterfile" select="document(@file)"/>
>   <xsl:apply-templates select="$chapterfile//*"/>
>  </xsl:template>
>  
> And in my XML document have the following line:
>  
> <chapter file="testdoc.xml"/>


[moving this over to the docbook-apps list where tool/stylesheet issues are
discussed]


I realize that this is not an answer to your question, but unless you have a
very good reason for doing the inclusion in XSLT, I would suggest using
XInclude instead.

The details are here: http://www.sagehill.net/docbookxsl/ModularDoc.html.

/MJ



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to