-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance XML Loader to tolerate whitespace
ConstructingParser was intolerant of files that didn't start with "<". Modified to allow whitespace, processing instructions, and comments to precede the document element. Tests are testLoaderToleratesXMLWithLeadingWhitespace testLoaderToleratesXMLWithLeadingComments testLoaderToleratesXMLWithPI Further enhanced to handle PI that starts with <?xml-model ...?> This occurs in test infoset data for the iCalendar DFDL schema. Xerces was tolerating this before, so our constructing loader should also. DAFFODIL-2527
- Loading branch information
Showing
2 changed files
with
272 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters