Hi,

I'm trying to use XML.Query to access some XML node attributes but I keep
getting a ? instead of the value.

Using some very simple XML...

<cXML>
<Request>
<OrderRequest>
<OrderRequestHeader orderID="1629" type="new">
<Money>128.99</Money>
</OrderRequestHeader>
</OrderRequest>
</Request>
</cXML>

The XPath code /cXML/Request/OrderRequest/OrderRequestHeader/@orderID
doesn't return the value "1629" as I would expect. I just get a ? instead.
I tried adding /text() but then I get an empty string.

Any idea what I've done wrong?

Many thanks,

Juergen
_______________________________________________
Mbsfmplugin_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsfmplugin_monkeybreadsoftware.info

Reply via email to