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.

JavaScript Validator

The JavaScript validator allows users to validate the contents of the current active editor tab or selected text in the active editor tab. The validator uses the javascriptlint validation tool. It checks for errors and warns about questionable coding practices. The results of the validation are displayed to the user with clickable links to the line number of the validation error.

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.