Yipes. Guess I better turn off intellisense too...
> -Original Message-
> From: Vadim Melnik [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 17, 2002 1:49 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [DOTNET] Problem loading xslt
>
>
> Hello,
>
> One more
nal Message -
> From: "Weakliem, Gordon" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, April 16, 2002 4:53 PM
> Subject: Re: [DOTNET] Problem loading xslt
>
>
> > Right, call-template is a valid xslt element and apply-template isn&
April 16, 2002 4:53 PM
Subject: Re: [DOTNET] Problem loading xslt
> Right, call-template is a valid xslt element and apply-template isn't -
> you're missing an "s"
>
> Compare:
>
>
>
>
> > -Original Message-
> > From: Erick Thomps
Right, call-template is a valid xslt element and apply-template isn't -
you're missing an "s"
Compare:
> -Original Message-
> From: Erick Thompson [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 16, 2002 5:08 PM
> To: [EMAIL PROTECTED]
> Subject
- Original Message -
From: "Weakliem, Gordon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 16, 2002 3:49 PM
Subject: Re: [DOTNET] Problem loading xslt
> The XSLT element is , so if your xslt contains
> , the error message is correct, though not very
Message-
> From: Erick Thompson [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 16, 2002 3:52 PM
> To: [EMAIL PROTECTED]
> Subject: [DOTNET] Problem loading xslt
>
>
> I'm writing an xslt template for html output. I'm using the
> XslTransform
> class, and load
I'm writing an xslt template for html output. I'm using the XslTransform
class, and loading the xslt from an embedded resource string. The error I'm
getting is in the load function and is "'xsl:apply-template' cannot be a
child of 'xsl:for-each' element". Now this doesn't make any sense to me, as