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]
Other format: [Raw text]

RE: [XSLT] Hyperlink Sort by Heading


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


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