XML editor
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>HTML test</title> </head> <body> <foo> </foo> </body> </html>
This application demonstrates how to us the fastXmlLint.js libary with schema files that are split over multiple files. If you want know how it works take a look at '
xml-lint-RelaxNG.js
' and '
DemoMultifile.js
'.