amith
Member since Oct 8, 2015
- Profile: /members/12865-amith.htm
- Comments: 2
Recent Blog Comments By amith
-
Using Multiple Predicates In The Same Part Of An XPath Query In ColdFusion
Posted on Oct 9, 2015 at 8:10 AM
Actually "isssr" is also one tag in my xml. I need to find this tag wher ever it is in my xml. Usually we wil have this tag in multiple repetitions. and amount is the other tag which will be with this tag. So I need to retieve amount tag value wher ever the tag issr is equals to true... read more »
-
Using Multiple Predicates In The Same Part Of An XPath Query In ColdFusion
Posted on Oct 8, 2015 at 3:57 AM
Hi, I need Xpath, which will run "n" number of times based on the condition. for Eg: /a:Charge[//a:IsSSR="true"]/a:Amount The avobe mentioned will return the Amount where the IsSSR value is true . But i have multiple tags where IsSSR is true. so i need to retrieve all the value... read more »