Subject: Re: Tree from directory listing
From: Mukul Gandhi <mukul_gandhi@xxxxxxxxx>
Date: Thu, 16 Dec 2004 02:03:45 -0800 (PST)
|
Your XSL is well written...
> Can anyone tell me how that fits into the XSLT 1
> recommendation?
node-set function is not part of XSLT 1.0 spec. It
will be treated as an extension function..
> By the way, I realize that it opens an alternative
> to the node-set function! Wrap your fragment in
> some obscure element name (or just use some
> namespace) and add a key that only matches that
> element.
> Should work, I guess..
I think this will not work in XSLT 1.0 . key function
requires some document *node* to operate on. It will
not work on RTFs.. XSLT 2.0 I believe treats RTFs as
node sets..
Regards,
Mukul
__________________________________
Do you Yahoo!?
All your favorites on one personal page Try My Yahoo!
http://my.yahoo.com
|