|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] count with variables?
hi everyone, i´ve a xml-file similar to this: <root> <status> <fragment1>.....</fragment1> <fragment2>.....</fragment2> <fragment3>.....</fragment3> </status> <sub-root> <sub-sub-root> <fragment1> bla bla </fragment1> <fragment2> bla bla </fragment2> <fragment3> bla bla </fragment3> </sub-sub-root> </sub-root> </root> the nodes <fragmentX> don´t have allways the same name, but in node <status> and <sub-root> they have, so i read the name and put it into a variable called $actuall_name. that´s ok, and now i want to count these nodes under <sub-root> and give the result to an other varible called $actuall_result. i´ve tried something like <xsl:value-of select="count(../..[$actuall_name])"/> or <xsl:value-of select="count(root/sub-root[$actuall_name])"/> but nothing is correct. any ideas? martin XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








