Selection using Multiple property not working
Status: Beta
Brought to you by:
eobrain
My XML looks like this
<Holding>
<AccruedIncome Type="Dividends" CurrencyCode="USD"
Role="Portfolio">2958</AccruedIncome>
<AccruedIncome Type="Dividends" CurrencyCode="USD"
Role="Firm">2958</AccruedIncome>
<AccruedIncome Type="Dividends" CurrencyCode="USD"
Role="Security">2958</AccruedIncome>
<AccruedIncome Type="Interest" CurrencyCode="USD"
Role="Portfolio">0</AccruedIncome>
<AccruedIncome Type="Interest" CurrencyCode="USD"
Role="Firm">0</AccruedIncome>
<AccruedIncome Type="Interest" CurrencyCode="USD"
Role="Security">0</AccruedIncome>
</Holding>
This function call is not working.
xpathSelectElement("//AccruedIncome
[@Type='Dividends'][@CurrencyRole='Security']")
Am I doing something wrong?
-Rajesh
Logged In: NO
The XML did not get displayed properly in the bug tracker. If
you decide to look into it. You can send me a mail at
rguptan@yahoo.com I will send you all the details.
-Rajesh