Hello,
I am currently trying to handle a HTTP rest Response that has xml that isnt neccessarliy elements that can easily be parsed: Below is the XML Extrack:
<?xml version="1.0" encoding="ISO-8859-1"?><TopologyElements>
<TopologyElement accessSpeedConsumed="0.0" cpuConsumedFactor="0.0" creationClassName="VirtualMachineProfile" description="myCompute" displayName="SeanTest1" ioThroughputConsumed="0.0" memConsumedFactor="0.0" model="" name="VirtualMachine::SeanTest1" networkThroughputConsumed="0.0" numVCPUs="1" price="0.0" services="" storageConsumedFactor="0.0" uuid="_A0pIIPJ2EeSlaNuNHq7FiA" vMemSize="1048576.0" vStorageSize="4096.0" vendor="VSI"/>
</TopologyElements>
Is there a best way to parse this data?