> -----Original Message----- > From: [EMAIL PROTECTED] > > 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
