jgstew / validate_bes_xml

a python module for validating BigFix XML files and content.
MIT License
0 stars 0 forks source link

Use RegEx to validate BES file syntax #4

Open jgstew opened 1 year ago

jgstew commented 1 year ago

Example, validate prefetch block command syntax: (?m)begin prefetch block[\n\r\s]+((if|elseif|else|endif|parameter |action parameter query |add prefetch item |add nohash prefetch item |collect prefetch items |execute prefetch plug-in |\/\/).*[\n\r\s]+)+end prefetch block