Search results
Results from the WOW.Com Content Network
XML Formatter Formats a XML string/file with your desired indentation level. The formatting rules are not configurable but it uses a per-element indentation pattern giving the best readability.
Validates the XML string/file against the specified XSD string/file. XSD files are "XML Schemas" that describe the structure of a XML document. The validator checks for well formedness first, meaning that your XML file must be parsable using a DOM/SAX parser, and only then does it validate your XML against the XML Schema.
This free online XSL Transformer (XSLT) lets you transform an XML file using an XSL file and formats the output with your chosen indentation
Transforms an XML file using an XSL file (XSL Transformation). You can also select your desired indentation level in the output. Supports XML namespaces; Formats the resulting XML with 5 indentation levels: 2 spaces, 3 spaces, 4 spaces, compact and tab separated; Supports copy-paste or file upload; XML Validator (XSD)
Allows you to test your XPath expressions/queries against a XML file. This tool runs better than other existing XPath online tools as it supports most of the XPath functions (string(), number(), name(), string-length() etc.) and does not limit you to working against nodes.
This free online tool lets you convert an XML file into a JSON file with your choice of indentation
This free online tool lets you convert a JSON into an XML file and formats the output with your chosen indentation
Generates a XSD (XML Schema) from a XML file. Simply copy-paste OR upload your XML document and let the generator figure out the rest. The generator will try to use a 'smart' approach to figure out the data type (you can always refine it after).
XML Escape - Unescape Escapes or unescapes an XML file removing traces of offending characters that could be wrongfully interpreted as markup. The following characters are reserved in XML and must be replaced with their corresponding XML entities:
Formats a HTML string/file with your desired indentation level. The formatting rules are not configurable but are already optimized for the best possible output. Note that the formatter will keep spaces and tabs between content tags such as div and span as it's considered to be valid content.