The plugins site is currently in development.
We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.
aws xml Editor
Now included in my AWS-XMS project, which is an online visual web development (Javascript, PHP, XML , HTML) enviroment and XML based CMS, built around aws xml editor. Check it out and maybe you'll like it!!!
Based on jQuery 1.3.2 and jQuery UI 1.7.2 (works with jQuery 1.4.2 and jQuery UI 1.8.rc3, but not fully tested), this software helps you create / modify the content of xml files in a simple / intuitive way. This Software is intended to be a tool for editing xml files as standalone storage or datasource for configs. This software cannot handle html files
If you like my work, and find this tool useful, please rate this up!!!
New version released: 0.5
* Now you can use any xml file without worry. This version has complete xml support.
ChangeLog
* 0.5: Feature: Basic CSS search feature; displays like: > rootNodeName(1) > ChildNodeName(OwnIndexFromParentChilds) > ChildNodeName(OwnIndexFromParentChilds) >... > foundElementParentNodeName(index of our element)
* 0.5: Improvement: changed back to auto resize to 90% of browser window
* 0.5: Improvement: better bubble messages
* 0.5: Feature: comment and cdata section added
* 0.5: Feature: added denyAttributes and denyNodes filters
* 0.5: KnownBug: 2'nd rename of the same node fails; doesn't coppy all child nodes
* 0.5: TODO: obj.editNode - 2'nd rename
* 0.5: Improvement: rename root node - fixed
* 0.5: Improvement: improved xml support; now fully supports any user xml file
* 0.5: Improvement: got back to New button (start from scratch a new xml file with the user root node)
* 0.5: Improvement: o.autoClearClipboard; default / safe = true
* 0.4: Feature: export to json
* 0.3: Improvement: changed obj.clipboard.instanceof => obj.clipboard.isInstanceof
* 0.3: Improvement: better renameNode - cel din 0.2 nu copia nodurile de tip text
* 0.2: Feature: copyChildNodes
* 0.2: Feature: copyChildAttributes
* 0.2: Feature: renameNode
Features:
* Insert element to selected one (append or changing content), before / after selected element
* delete element
* rename element
* view selected node source
* insert attribute
* delete attribute
* change attribute value
* Cut node
* copy node
* copy all child nodes
* copy all attributes
* paste all copied / cutted elements above to selected element
* assigns unique ids to all elements, which might be usefull in some applications where you have to easily identify objects and properties; this unique id is the attribute awsuid belonging to each DOM Element
* URL-s are used to load remote files from
* Loads documents source from well formated strings
