Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XML Parser

By Deanna Heer for Oceanit

The parser itself is located in parser.py. The function parseXML takes in an XML string and returns a parsed XML object. That string can be an entire XML document (with the header, which is ignored) or just valid XML. The parser will raise an exception if the string is invalid or empty.

Tests

There are tests for both the parser and the XML class in tests.py. These tests can be run using the command python tests.py within this directory.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages