AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
Free 30 days.
Save Up to 91% on Cloud Compute With Spot VMs
Automatic sustained-use discounts. One free VM per month. No negotiation needed.
Run batch jobs at 60-91% off with Spot VMs. Long-running workloads get automatic discounts with sustained use.
XML Editor in PHP for editing simpleXML 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 simpleXML 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...
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
.../config.xsd
-Use XSD_ROOT_ELEMENT get var to define a custom xsd root element name, example: ../config
-Use XML_LOC get var to define a custom xml location, example: ../config.xml