xsl-list
[Top] [All Lists]

Re: [xsl] Dreamweaver XSL Tranforms

2007-04-04 06:43:37

Robert Koberg wrote:

I personally do not like to use it in eclipse, mainely because all functionanlity of the standalone editor cannot be reproduced (right now I am thinking of 'Find All').


Or do you mean:

root()//(node() | @*)[matches(., $findthis) or matches(name(), $findthis)]


(sorry, couldn't resist the small exercise)

-- Abel

--~------------------------------------------------------------------
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>
--~--