This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

TestPresence


hi
i have an xml file
which is looks like below

<Theatre>
<actor type="performer" listdefinition="1">
<actorrank rank="1"/>
</actor>
</Theatre>

I have the requirement to check in xsl if there is any actor 
element at all in the Theatre node.. If there is any then there 
are some processing instructions to be applied.

is there a way in XPATH to check if the <Theatre> has <actor> 
element or not??

please help
w_r


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]