|
Subject: Re: [xsl] 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
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] document() with http argu, J.Pietschmann | Thread | RE: [xsl] Strange xml/xsl behavior, Stuart Celarier |
| RE: [xsl] Applying stylesheets exte, Stuart Celarier | Date | RE: [xsl] Strange xml/xsl behavior, Stuart Celarier |
| Month |