[
Lists Home |
Date Index |
Thread Index
]
Title: Message
Hi all...I'm new to
the list. I have looked for a tool that I will described below but I have not
found anything yet. I figured since everyone on this list are experts in the XML
field I would ask here.
At the most basic
level, I am looking for an XML editor to build XML documents. In a perfect
world, the XML Editor would be a tree view which would represent the actual XML
document itself.
The application
would allow a user to specify an XML Schema for the XML
Document.
Once the user has
specified an XML Schema, there would be a root node to start
with.
When the user right clicked on the root node, the user
is presented with a context menu of *only valid elements and attributes" that
could be specified at that point. So basically, the possible elements and
attributes you could add as children or properties of the current node would be
dynamically determined by the Schema that was loaded.
Please advise if something like this already exists. If
not, we will probably attempt to build something like it as we need it for an
internal application.
|