R
richard.hallgren
Hi,
I have several Xml schemas that I like to visualize in some sort of
tree view (so it's possible to expand and collapse different nodes in
the schema). I also have to make it possible to select a single element
in a node so I need a checkbox (or a click event on the element) to
handle this. When fished I'd like to show a schema and to make it
possible to select an element and have the name of this element saved
in a database.
My questions are:
1. Does anyone know of some code to visualize a schema?
2. Another way to go would be to use the Xml control in ASP.Net and
have some Xslt to visualize it. But can I have other controls then?
Like a check box?
3. Which ASP.Net control would be best suited to help me with
visualizing this?
4. Other ways of achieving the above?
Thanks in advance
I have several Xml schemas that I like to visualize in some sort of
tree view (so it's possible to expand and collapse different nodes in
the schema). I also have to make it possible to select a single element
in a node so I need a checkbox (or a click event on the element) to
handle this. When fished I'd like to show a schema and to make it
possible to select an element and have the name of this element saved
in a database.
My questions are:
1. Does anyone know of some code to visualize a schema?
2. Another way to go would be to use the Xml control in ASP.Net and
have some Xslt to visualize it. But can I have other controls then?
Like a check box?
3. Which ASP.Net control would be best suited to help me with
visualizing this?
4. Other ways of achieving the above?
Thanks in advance