Services

Tests, experiments, etc.

XML Colorizer

Upload XML document with any file extension, and the source-code will be syntax highlighted in XHTML. You must pretty-print the document exactly as you want it first. If UNICODE is not used it must be possible to detect encoding in the XML declaration. Made with Regular Expressions in XSLT 2.0 (Saxon 9B). ASP.NET with C# is used for the webpage.

SVG color keywords in XML

I made this XML file of CSS3 named colors for the XML Colorizer. Maybe you can use it too. It is disgusting that W3C publishes a W3C Candidate Recommendation, CSS3 Color Module, in HTML. Use XML please, that is XHTML in this case. Then anyone with basic XML/XSLT skills can transform what we need in that standard out of it in minutes. I had to subtract the colors and make them into an XML file the hard way.

XML Validation

Validates any XML document including XHTML against DTD or XSD schema. I use the XmlSchemaSet class in .Net and ASP.NET with C#. Well-formedness errors are also reported. This service is mostly a test. We get the same kind of validation in any XML editor.

Schematron Validation

Validates any XML document including XHTML against DTD or XSD schema. If document also points to a Schematron schema with a PI or if Schematron schema is included in XSD, the document will also be validated agains the Schematron schema.

Updated 2008-01-22