xsl-list
[Top] [All Lists]

Re: Tree from directory listing

2004-12-16 03:03:45
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 

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>