All,
I have this xml and can easily parse the element attributes in Mozilla, but am having a hard time finding the right syntax to do it for IE.
XML
I'm looking to pull out the "id" and "description" of each take element. Also, is there syntax that will work in both FF and IE browsers?
Thanks,
Todd
I have this xml and can easily parse the element attributes in Mozilla, but am having a hard time finding the right syntax to do it for IE.
XML
Code:
<CanMsgSyncReq>
<take id="15000" description="Northbound to"/>
<take id="15001" description="Southbound to"/>
<take id="15004" description="Northbound Service to"/>
<take id="15005" description="Southbound Service to"/>
<take id="15008" description="Northbound Service from"/>
<take id="15009" description="Southbound Service from"/>
</CanMsgSyncReq>
I'm looking to pull out the "id" and "description" of each take element. Also, is there syntax that will work in both FF and IE browsers?
Thanks,
Todd