RE: [xsl] [XSLT] Hyperlink Sort by Heading

Subject: RE: [xsl] [XSLT] Hyperlink Sort by Heading
From: "Bryan Rasmussen" <bry@xxxxxxxxxx>
Date: Thu, 7 Mar 2002 11:59:42 +0100
Hans Braumüller wrote
>regarding your solution , i don´t like  that it use the propietary interface
>ActiveXObject by MS.

>Is there any other possiblity  using clientside sorting, for example by W3C
>Standard DOM ?

well Chris had a pseudo-code example on his site, so you should be able to make it work in whatever language you're using, and whatever platform.
msxml implements DOM, although with extensions, such as use of xpath in your code, this is why there was the following line in the code: 
var s = new ActiveXObject("MSXML2.FreeThreadedDOMDocument");
note FreeThreadedDOMDocument, :)
so the question becomes what are you working in, before one can say, this is the dom implementation you must use.




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


Current Thread