This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: document() with http arguments not working in saxon norxalan


"J.Pietschmann" wrote:
> 
> Does your style sheet work if you use the saved XML from
> a local file?

I see what the problem was:

<xsl:template match="/">
    <xsl:variable name="Meerkat" select="document('...')"/>
    <xsl:apply-templates select="$Meerkat"/>
</xsl:template>

The apply-templates was recursively trying to invoke itself. How
embarrassing...   /Roger


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]