XMLEditor in PHP for editing simple XML files.
New in version 0.3
- Languages (English / Dutch)
- Help-texts while editing
- fixed width of inputfields
- A few bug-fixes
This script works with simple XML files like:
<?xml version="1.0"?>
<countries>
<country>
<name>France</name>
<capital>Paris</capital>
<population>64768389</population>
<currency>Euro</currency>
</country>
<country>
<name>Greece</name>
<capital>Athens</capital>
<population>11000000</population>
<currency>Euro</currency>
</country>
<country>
<name>Netherlands</name>
<capital>Amsterdam</capital>
<population>16645000</population>
<currency>Euro</currency>
</country>
</countries> etc...
Please note: this project is no longer (actively) maintained.
Current version: 1.5
WinPen++ is a simple but expanding Windows editor for HTML, XML, PHP, JavaScript, Lua and C#. Since it uses the latest technology, WinPen is available for Windows Server 2008 and above. Users without the latest update (SRV2008, SRV2012, Vista, 7) will have to download the Installer for .NET 4.6 from Microsoft (link is in ReadMe.txt).
This is a web editor for xml documents. It can easily be used to work with rss feeds but also for easy content management systems though the use of xml
Java based screenplay (movie script) editor and colaboration tool with a graphical interface (WYSIWYG) to create and/or edit scripts. Export in XML, PDF, XHTML and other formats. En español.
An online, Javascript based, XMLeditor 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: .....