codehaus-plexus/plexus-utils

MXParser fails to parse xml declaration properly

belingueres opened this issue · 0 comments

  • fail when only version number is provided: <?xml version='1.0'?>
  • parsed as valid when no space was between encoding and standalone attributes: <?xml version='1.0' encoding='ASCII'standalone='yes'?>