when in the root node of xml file i have only one node with text in
it, when i parse this xml using jquery, i' am unable to get the
included node...
for example
<Data>
 <item name="test">text</item>
</Data>

when i try then $("item", "Data", xml).size()
i will receive 0.
why that happens? that's quite illogical...

Reply via email to