Protect your business with AI policies and data loss prevention in the browser
Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
Download Chrome
StrongDM, your Infrastructure Access Platform
IT Security and Compliance teams can easily answer who did what, where, and when.
We combine authentication, authorization, connectivity, and observability to create frictionless access management across your company’s entire stack, in a way that admins love. That means secure, that means fast, that means convenient and as flexible and automatable as you need it to be.
XML Editor 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...
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