RE: MSXML3 Namespace confusing

Subject: RE: MSXML3 Namespace confusing
From: "Julian Reschke" <julian.reschke@xxxxxx>
Date: Sat, 29 Jul 2000 17:26:21 +0200
> From: owner-xsl-list@xxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Serg Stone
> Sent: Saturday, July 29, 2000 9:02 AM
> Cc: xsl-list@xxxxxxxxxxxxxxxx
> Subject: MSXML3 Namespace confusing
>
>
> Hi, everybody!
>
> I'm confusing with the namespaces which are used by MSXML.
> They say their program support both
> "http://www.w3.org/1999/XSL/Transform"; and
> "http://www.w3.org/TR/WD-xsl"; namespaces.
> How can I use both of them?
> If I use first one I cannot run function
> "format-number(sum(/st/stb/str/c12),'0.000')"
> With the second one I can but "order-by" doesn't work properly (or
> doesn't work at all).
> So I have to use both of them. How?

You can only use one of them in the stylesheet, so use the
standard-conforming one ("http://www.w3.org/1999/XSL/Transform";). BTW:
order-by has been replaced by the xsl:sort element.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread