jk-xmlparser

This python module parses XML (and HTML) files.


Keywords
parsing
License
Apache-2.0
Install
pip install jk-xmlparser==0.2019.4.10

Documentation

jk_xmlparser

Introduction

This python module parses XML (and HTML) files.

Please be aware that this parser has some unique features like leaving entities unprocessed, and therefore does not follow the XML standards in all aspects. Therefore this parser might may not be suitable for all purposes (while at the same time the 100% standard-compliant XML parsers are not suitable for specific purposes in which this parser excels.)

Information about this module can be found here:

History

  • This project is largly a port of some non-Python code written in the first half of 201X for an academic project.
  • Current state of the project: Beta.

How to use this module

...

Contact Information

This is Open Source code. That not only gives you the possibility of freely using this code it also allows you to contribute. Feel free to contact the author(s) of this software listed below, either for comments, collaboration requests, suggestions for improvement or reporting bugs:

License

This software is provided under the following license:

  • Apache Software License 2.0