[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: MSXML3 Namespace confusing


Subject: RE: MSXML3 Namespace confusing
From: Joshua Allen <joshuaa@xxxxxxxxxxxxx>
Date: Sat, 29 Jul 2000 08:56:47 -0700

http://www.netcrucible.com/xslt/msxml-faq.htm#Q4
has some info.  you should look at xsl:sort as
a compliant way to replace order-by, then you can
use just one namespace.  If possible, you should
phase out use of the TR/WD namespace since it is
now outdated and noncompliant.

I am currently trying to collect a list of
WD-xsl (MSXSL IE5 dialect) elements that have
been dropped in favor of newer W3C items in
the new MSXML3 processor versions.  I'll add
a chart of these in the FAQ when I get a good
list.  Also, the FAQ has a pointer to a converter
which will convert old stylesheets to the new syntax
which might be able to help you.

Thanks!
-Joshua

> -----Original Message-----
> From: Serg Stone [mailto:serg_stone@xxxxxxxxx]
> Sent: Saturday, July 29, 2000 12: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?
> -- 
> WBR
>  Serg                            mailto:serg_stone@xxxxxxxxx
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


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



Current Thread