jpan
04-23-2004, 09:03 AM
Hi,
I have a dataset that receives data remotely through HTTP. The remote data is an XML such as
<RemoteData>
<DataXML><?xml version="1.0" encoding="ISO-8859-1"?><XMLMessage Version="1.8.1" MessageID="122" Description="CommandAck">
<MessageID>111</MessageID>
</XMLMessage>
</DataXML>
</RemoteData>
Now, is there a way I can load the XML in <DataXML> into another dataset? Or, is there a parser that I can use to explicitly input the XML string and then read the data (this approach is actually more useful for me, if available)??
Thank you!
I have a dataset that receives data remotely through HTTP. The remote data is an XML such as
<RemoteData>
<DataXML><?xml version="1.0" encoding="ISO-8859-1"?><XMLMessage Version="1.8.1" MessageID="122" Description="CommandAck">
<MessageID>111</MessageID>
</XMLMessage>
</DataXML>
</RemoteData>
Now, is there a way I can load the XML in <DataXML> into another dataset? Or, is there a parser that I can use to explicitly input the XML string and then read the data (this approach is actually more useful for me, if available)??
Thank you!