Re: [xsl] EXSLT implementation in .NET

Subject: Re: [xsl] EXSLT implementation in .NET
From: Karl Stubsjoen <kstubs@xxxxxxxxx>
Date: Tue, 15 Feb 2005 14:12:49 -0700
I think.  And, I have installed and referenced the GotDotNet.Exslt.DLL
with my project.  Isn't this the correct namespace?

xmlns:date="http://exslt.org/dates-and-times";


On Tue, 15 Feb 2005 13:54:01 -0700, M. David Peterson
<m.david.x2x2x@xxxxxxxxx> wrote:
> Do you have the proper namespace declared?
> 
> 
> On Tue, 15 Feb 2005 13:51:38 -0700, Karl Stubsjoen <kstubs@xxxxxxxxx> wrote:
> > Is this off topic?
> > I have the following:
> > xmlns:date="http://exslt.org/dates-and-times"; exclude-result-prefixes="date"
> >
> > I get the follwing error:
> > Cannot find the script or external object that implements prefix 'date'.
> >
> > My implementation of it looks like this:
> > <xsl:value-of select="date:date(.)"/>
> >
> > Any ideas how to get this to fly in .NET?
> >
> > Karl
> >
> >
> 
> --
> <M:D/>
> 
> :: M. David Peterson ::
> XML & XML Transformations, C#, .NET, and Functional Languages Specialist

Current Thread