This is a migrated thread and some comments may be shown as answers.

Help: Error in Treeview Demo XML Serialization

1 Answer 75 Views
Treeview
This is a migrated thread and some comments may be shown as answers.
david MICALES
Top achievements
Rank 1
david MICALES asked on 07 Jan 2008, 05:23 PM
I keep getting the following error when I try to Load XML File in the demo for RadTreeview XML Serialization section:
<Items xmlns='http://www.w3.org/1999/xhtml'> was not expected.

Is there something that I am doing wrong? My xml looks like this:

<?xml version="1.0" encoding="utf-8" ?>
    <Items xmlns="http://www.w3.org/1999/xhtml">
        <Item Text="European cities" Url="" >
            <Item Text="Sofia" Url="http://en.wikipedia.org/wiki/Sofia" />
            <Item Text="Berlin" Url="http://en.wikipedia.org/wiki/Berlin" />
            <Item Text="Paris" Url="http://en.wikipedia.org/wiki/Paris" />
        </Item>
        <Item Text="North American cities" Url="">
            <Item Text="Boston" Url="http://en.wikipedia.org/wiki/Boston" />
            <Item Text="San Francisco" url="http://en.wikipedia.org/wiki/San_Francisco" />
            <Item Text="Seattle" Url="http://en.wikipedia.org/wiki/Seattle" />
        </Item>
    </Items>

1 Answer, 1 is accepted

Sort by
0
Jordan
Telerik team
answered on 08 Jan 2008, 08:42 AM
Hello David Micales,

Please, refer to the response to your question in your other ticket.

Kind regards,
Jordan
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Treeview
Asked by
david MICALES
Top achievements
Rank 1
Answers by
Jordan
Telerik team
Share this question
or