xsl-list
[Top] [All Lists]

Re: contains() function to search general in xslt

2005-12-05 05:37:13
Hello David,

--- David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk> wrote:


contains() expects a string value as the first
argument.
but you have given it a node set:
contains(child::Box/@name,

whenever you do that (in XSLt1) it uses the first
node in document
order, which is <Box name="header1"> in your case.

You want test="Box/@name[contains(.,'Application')]"

Thanks for the suggestion.. this will be helpful for
me.
i want to check the name attribute.. it can be
Application, Application1, etc..

Regards,
Raj



                
__________________________________________________________ 
Enjoy this Diwali with Y! India Click here 
http://in.promos.yahoo.com/fabmall/index.html

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