apigee / apigeelint

Static code analysis for Apigee proxy bundles to encourage API developers to use best practices and avoid anti-patterns.
Apache License 2.0
92 stars 71 forks source link

add new plugin to check XML for well-formedness #389

Closed DinoChiesa closed 11 months ago

DinoChiesa commented 11 months ago

This plugin checks XML for well-formedness.

It requires a new parser, as xmldom/xmldom does not do this.

This plugin addresses issue #357.