Skip to content

stefanspringer1/SwiftXMLParserExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftXMLParserExamples

Project with some examples of using the XMLParser from Swift Foundation.

The XML samples used are in the subdirectory Samples.

Run with the current directoy set to the project directory, e.g. run the script run.sh.

What I wouild like to achieve:

  • Report all entity declarations.
  • If possible, report the other information in the doctype declaration besides the internal subset (public and system identifiers for the document).
  • Report all entities as they are used, even if they are not declared, do not resolve any of them.
  • Do not try to validate the document, and do not report an error for any entity that is used but not declared.

See the output of the program for the errors.

About

Examples of using the XMLParser from Swift Foundation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published