I have an xml like
<MainNode>
<Data SubjectID="19233">
<SubNode CS="100,1" >
<AB V="PSDF"/>
</SubNode>
</Data>
<Data SubjectID="19234">
<SubNode CS="111,1">
<AB V="PSDF" />
</SubNode>
</Data>
</MainNode>
When i try to sum the value of attribute “@CS” i am getting “NaN” as result. Can anyone help me to solve this issue.
Thanks in advance
Pradeep
I think this is overcomplicated, but you could try: