Re: [xsl] Newbie question: collapse tree

Subject: Re: [xsl] Newbie question: collapse tree
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Thu, 25 Sep 2003 19:45:36 -0400
Sven,

Sorry to say this, but your stylesheet using the namespace

xmlns:xsl="http://www.w3.org/TR/WD-xsl";

is not in XSLT, notwithstanding its apparent claim that it is. This is an old (in Internet time, ancient -- 1998!), semi-proprietary language once distributed by Microsoft but now no longer supported.

I'm afraid you're on your own, unless you want to take on the task of translating this into XSLT -- this "XSL" stands in about the same relation to W3C XSLT as Etruscan has to Modern Italian. I'm not sure you'll find many Etruscan speakers around, however. (We can help with the Italian -- oops, the XSLT.)

You can find out more on this issue at http://www.netcrucible.com/xslt/msxml-faq.htm

Ciao (e buona fortuna),
Wendell

At 05:08 PM 9/25/2003, you wrote:
I have an XML file containing IE favorites and an XSL stylesheet which
shows them in IE in a nice tree....

...
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl";
                xmlns:dt="urn:schemas-microsoft-com:datatypes"
                xmlns:d2="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">

...



___&&__&_&___&_&__&&&__&_&__&__&&____&&_&___&__&_&&_____&__&__&&_____&_&&_ "Thus I make my own use of the telegraph, without consulting the directors, like the sparrows, which I perceive use it extensively for a perch." -- Thoreau


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



Current Thread