|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Attribute Matching
I have nodes with attributes named like "flgHomeTown", "flgCity", that will have either a value of 1 or 0. I need to match a list of nodes where the corresponding flg attribute is = 1. So: <root> <Fields> <Field flg="flgHomeTown"> <Field flg="flgCity"> </Fields> <data> <row flgHomeTown="0" flgCity="1"/> </rdata> </root> The result should be: <result> <Field flg="flgCity"/> </result> Where I am having troubles is for the data/row attributes, matching this named attribute to the attribute value from Feilds/Field flg. I've tried: $fieldMapping[@flg][$drvr/@*][.='1']" Where $fieldMapping is Fields/Field and $drvr is the current row. Thanks for the help.. Karl..
|
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
|






