We would need to see (the relevant portion of) your code to figure out
where the error is. .NET has had very good support for XML right from
the initial version, so don't think of v 2.0 as a handcuff. The
handcuffs are imaginary! ;-)

On May 31, 5:18 pm, "i.code" <[email protected]> wrote:
> Hi I am trying to read from an xml file with this structure:
>
> <?xml version="1.0" standalone="yes"?>
> <kml>
>   <Document>
>     <name></name>
>   </Document>
>   <Placemark>
>     <aid>1</aid>
>     <name>test1</name>
>     <description>test1</description>
>     <Point>
>        <coordinates>test1</coordinates>
>     </Point>
>   </Placemark>
> </kml>
>
> In my VB.Net file I am trying to use ReadXML to make use of certain
> elements and display them in a Datagrid. So far I've not been able to
> figure out why it wont work. It will work with a simplified xml but I
> need this structure for a googleMaps page. I am kind of handcuffed
> with Framework 2.0 for the time being. Is there another way?

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to