SAXE
Simple Ajax XML Editor, with limited XSD support
An online, Javascript based, XML editor that saves via PHP using Ajax.
Install:
1. Copy all files to a web server (requires PHP)
2. Make config.xml and config.xml.bck writable
3. Open /xmleditor/xmleditor.html in Firefox
Notes:
-Only works in Firefox
-XSD generator not included
-XSD validation not yet supported
-Text nodes not yet supported
-PHP file does not implement any security measures
-Use XSD_LOC get var to define a custom xsd location, example: ../config.xsd
-Use...