Re: [DOTNET] Problem loading xslt

2002-04-17 Thread Weakliem, Gordon
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

Re: [DOTNET] Problem loading xslt

2002-04-17 Thread Vadim Melnik
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&

Re: [DOTNET] Problem loading xslt

2002-04-16 Thread Erick Thompson
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

Re: [DOTNET] Problem loading xslt

2002-04-16 Thread Weakliem, Gordon
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

Re: [DOTNET] Problem loading xslt

2002-04-16 Thread Erick Thompson
- 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

Re: [DOTNET] Problem loading xslt

2002-04-16 Thread Weakliem, Gordon
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

[DOTNET] Problem loading xslt

2002-04-16 Thread Erick Thompson
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