This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: MSXML3 Namespace confusing


Hi,

With the XSLT 1.0 namespace :http://www.w3.org/1999/XSL/Transform
Order by has been replaced with xsl:sort, with is better, because you can
sort on multiple fields....

Grtz,
Raimond

----- Original Message -----
From: "Julian Reschke" <julian.reschke@gmx.de>
To: <xsl-list@mulberrytech.com>
Sent: Saturday, July 29, 2000 5:26 PM
Subject: RE: MSXML3 Namespace confusing


> From: owner-xsl-list@mulberrytech.com
> [mailto:owner-xsl-list@mulberrytech.com]On Behalf Of Serg Stone
> Sent: Saturday, July 29, 2000 9:02 AM
> Cc: xsl-list@mulberrytech.com
> 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




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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]