Re: Namespace exslt.org/strings does not contain any functions.
Steve <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Message-ID | <[email protected]> |
Solved this by including the actual msxsl.xsl per advice on the xsl-list. Got a resulting Access Denied error. Anyone have a clue (or even reading)? -Steve On 6/23/06, Steve <[email protected]> wrote: > msxml3.dll error '80004005' > > Namespace 'http://exslt.org/strings' does not contain any functions. > > /private/Includes/functions.asp, line 321 > > -- > > <?xml version='1.0' encoding="UTF-8"?> > <xsl:stylesheet version="1.0" > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:str="http://exslt.org/strings" > extension-element-prefixes="str"> > > <xsl:import href="../../Includes/exslt/str.xsl" /> > > -- > > Am I missing something? I'm using "MSXML2.DOMDocument.3.0" to transform. > > -Steve >