I threw together a couple of DTML Methods for adding a "management interface" of sorts to XML Documents (simple two-frame-tree-and-details). I set it up as a Product (not yet catalogued), but perhaps it belongs in the main XML Document distribution? or something like it, anyway. Here is the Software Product: http://www.zope.org/Members/tseaver/XML_Navigator ToDo's * Facilitate display of "non-attribute" data (CDATA, etc.) perhaps in a third frame? * Add hooks for deploying custom detail views, indexed by the element type. * Make it "purty". Let me know what you think. Tres. -- ========================================================= Tres Seaver tseaver@palladion.com 713-523-6582 Palladion Software http://www.palladion.com
How does this product differ from the ZML widget product? http://www.zope.org/Members/faassen/XMLWidgets (XML Widget shiws notes as "widgets" and couples server side events to the widgets.) //Johan
I threw together a couple of DTML Methods for adding a "management interface" of sorts to XML Documents (simple two-frame-tree-and-details). I set it up as a Product (not yet catalogued), but perhaps it belongs in the main XML Document distribution? or something like it, anyway.
Here is the Software Product:
http://www.zope.org/Members/tseaver/XML_Navigator ToDo's * Facilitate display of "non-attribute" data (CDATA, etc.) perhaps in a third frame? * Add hooks for deploying custom detail views, indexed by the element type. * Make it "purty". Let me know what you think. Tres. -- ========================================================= Tres Seaver tseaver@palladion.com 713-523-6582 Palladion Software http://www.palladion.com _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Johan Carlsson wrote:
How does this product differ from the ZML widget product? http://www.zope.org/Members/faassen/XMLWidgets (XML Widget shiws notes as "widgets" and couples server side events to the widgets.)
XML Widgets is a more general case, I guess -- I think of XML Navigator as a "management interface" for XML Documents, while XML Widgets is a "presentation interface." Probably I should be using XML Widgets to customize the detail view based on element type. Tres. -- ========================================================= Tres Seaver tseaver@palladion.com 713-523-6582 Palladion Software http://www.palladion.com
participants (2)
-
Johan Carlsson -
Tres Seaver