Hi All,

Im trying to iterate through some XML, but its not in its usual makeup. I was hoping somebody could help me with it.

This is how it looks, and its from a raw datafile

<data>
<schema>
<Field Name="oid"/>
<Field Name="creationDate"/>
<Field Name="modifiedDate"/>
<Field Name="salesID"/>
</schema>
<Item oid="11" creationDate="03/12/2009 09:53:07" modifiedDate="03/12/2009 09:53:07" salesID="2363"/>
<Item oid="12" creationDate="09/12/2009 15:41:06" modifiedDate="09/12/2009 15:41:06" salesID="2365"/>
 </DB_Content>
 </data>

Could you explain more on the problem. Ex, can you not see it in the browser or what?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.