Load an XML file (synchronous) and Hide/Show DOM nodes

Enter URL of an XML Document  
Try one the Following Static XML...
  • book.xml
  • product.xml
  • http://workshop.sps.nyu.edu/~sultans/ws/demo/coreDom/dom1.xml

    Try a Dynamically Generated XML...
  • http://workshop.sps.nyu.edu/~sultans/util/sql/sql.php?user=demo&pswd=demo&output=xml&sql=show tables
  • /~sultans/util/sql/sql.php?user=demo&pswd=demo&output=xml&sql=select * from course
    < #document>
             < #comment> This is an XML file
        < INVENTORY>
                 < #comment> Books in Stock
            < BOOK>      Binding="mass market paperback"     OnSale="yes"
                < TITLE1>
                         < #text> The Adventures of Huckleberry Finn
                < AUTHOR>      Born="1835"
                         < #text> Mark Twain
                < PAGES>
                         < #text> 298
                < PRICE>
                         < #text> $5.49
            < BOOK>      Binding="trade paperback"     OnSale="no"
                < TITLE1>
                         < #text> The Marble Faun
                < AUTHOR>      Born="1804"
                         < #text> Nathaniel Hawthorne
                < PAGES>
                         < #text> 473
                < PRICE>
                         < #text> $10.95
            < BOOK>      Binding="hardcover"     OnSale="yes"
                < TITLE1>
                         < #text> Moby-Dick
                < AUTHOR>      Born="1819"
                         < #text> Herman Melville
                < PAGES>
                         < #text> 724
                < PRICE>
                         < #text> $9.95
            < BOOK>      Binding="trade paperback"     OnSale="no"
                < TITLE1>
                         < #text> XML Step By Step
                < AUTHOR>      Born="unknown"
                         < #text> Michael Young
                < PAGES>
                         < #text> 488
                < PRICE>
                    < US>
                             < #text> $39.95
                    < CANADA>
                             < #text> $49.95