Validators
EditRocket provides validators for CSS, HTML, and XML.
CSS Validator
The CSS Validator allows users to validate the contents of the current active editor, the selected text in the active editor, or a URL. The validator calls the W3C CSS Validator, passing in the appropriate text, and returns the results of the validation to the user. The validator lets users validate based on various CSS profiles such as css2, css21, etc.
HTML Validator
The HTML validator allows users to validate the contents of the current active editor tab, or a URL. The validator calls the W3C HTML validator, passing in the appropriate text, and returns the results of the validation to the user.
XML Validator
The XML validator allows users to validate the contents of a file. The validator includes an option for users to validate the file against a schema. If the schema option is not selected, the validator will simply validate the standalone XML file.