This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 258113 - Provide Option to Validate On Save
Summary: Provide Option to Validate On Save
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Validation (show other bugs)
Version: 8.1
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-23 13:52 UTC by denbo
Modified: 2016-02-23 13:52 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description denbo 2016-02-23 13:52:08 UTC
It would be great if there was a (global) option to validate XML on save.

The behavior would be like this or similar:
- open or save any XML file which contains a DTD or Schema reference
- validate the file against the DTD/Schema
- mark any errors in the editor

Like this the developer would be saved from running into runtime errors due to an invalid XML document.
Thank you for looking into it!