Just as a pointer for myself: Much easier than any XInclude solution: <!ENTITY papersize SYSTEM "/etc/papersize">
<xsl:variable name="my.papersize">&papersize;</xsl:variable> And then we can evaluate the my.papersize variable. Daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

