XML editor
not validated
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <office:document-content xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" office:version="1.1"> <office:body> <office:text> <text:h text:outline-level="a"/> </office:text> </office:body> </office:document-content>
This application demonstrates how to us the fastXmlLint.js libary with a RelaxNG-Schema file for big xml data. It uses a Webworker for background validation. This is useful if you want to validate big files.