[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: RE: [docbook] including a customized en.xml file
> -----Original Message----- > From: ettinger@gmail.com > > I'd like to keep the same file path hierarchy in my customization > layer, but I am getting an error when I try to include or import the > en.xml file locally. It works fine if I drop the markup directly in > custom.xsl [Moving this thread to the docbook-apps list, where stylesheet issues are discussed] You are not supposed to do <xsl:include> on en.xml (or a customized version of it). It is not a stylesheet module, so that won't work. You should just "drop the markup" into your customization layer, and you seem to have that working already. /MJ
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]