[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: RE: [docbook] TOC / document function
> -----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="chapter[@file]"> > <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
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]