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 advancehow about using an XML schema editor: http://www.stylusstudio.com/
xml_schema_editor.html
sincerely,
The Stylus Studio Team
http://www.stylusstudio.com
On Jan 26, 2:34 am, "richard.hallg...@.gmail.com"
<richard.hallg...@.gmail.comwrote:
Quote:
Originally Posted by
Hi,
>
I have severalXmlschemas that I like to visualize in some sort of
tree view (so it's possible to expand and collapse different nodes in
theschema). 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 aschemaand 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 aschema?
>
2. Another way to go would be to use theXmlcontrol 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
0 comments:
Post a Comment