JavaScript XML Tree

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Matthias H. Risse

    JavaScript XML Tree


    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.

  • Jim Ley

    #2
    Re: JavaScript XML Tree

    On Sun, 23 Nov 2003 03:33:32 +0100, "Matthias H. Risse"
    <usenet@risse.o rg> wrote:
    [color=blue]
    >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.[/color]

    I'm afraid I've not seen anything the built in XSLT from IE or other
    XSLT's may be a good starting point.
    [color=blue]
    >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.[/color]

    Sorry I know of nothing, good luck!

    Jim.
    --
    comp.lang.javas cript FAQ - http://jibbering.com/faq/

    Comment

    Working...