From: Torsten <[EMAIL PROTECTED]>


<snip/>

This is a pure XSLT question and would be receive a better response on the XSL list:

http://www.biglist.com/lists/xsl-list/


<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; xmlns:fo="http://www.w3.org/1999/XSL/Format"; version="1.0" xmlns:xalan="http://xml.apache.org/xslt";>

        <xsl:import href="./Ad_Spec_Proof1.xsl"/>
        <xsl:import href="./Ad_Spec_Proof2.xsl"/>

Are you sure these are the only two xsl:import statements in your stylesheet. Try searching for "import"



<xsl:output method="xml" indent="yes" xalan:indent-amount="4"/> <xsl:strip-space elements="*"/> ....


Just a guess: have you tried putting the imports immediately after the output statement?


<snip/>

Chris

_________________________________________________________________
It's fast, it's easy and it's free. Get MSN Messenger today! http://www.msn.co.uk/messenger



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



Reply via email to