Subject: Re: document() with http arguments not working in saxon norxalan
From: "Roger L. Costello" <costello@xxxxxxxxx>
Date: Tue, 14 May 2002 17:04:30 -0400
|
"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
|