Hi!
I am looking for projects dealing with the representation of
XML as a collapsable tree. especialy loading of an XML stream,
visual modification of the tree and later rendering of the
current state of the tree back into XML. the internal representation
could also be in form of nested arrays of whatever.
also a module for the definition of allowed "actions" in the
tree would be more than cool. example: the DTD/Schema defines
that tag <family> can have zero or an unlimited amount of
children of the type <person>, nothing else. so the tree
widget would only offer the creation a <person> tag as
child of <family>, nothing else.
internal realization doesnt matter (probably it would be
comfortable/efficient to store this stuff in nested arrays?
anyone got an idea if there are projects dealing with
(parts) of such a solution for visual XML editing on the
web? W3C JavaScript/DOM1 or 2 would be the only restrictions.
yours
matthias
ps: please post to the list and not directly to me.
Comment