Skip to content

jnpn/sax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sax:

Pure python XML tokenizer and parser

Status: alpha, see TODOS for more

Usage:

python main.py # to see usage

python main.py samples # lists samples

python main.py tree <xml> # parses then pretty-prints resulting tree

Submodules:

├── sax
│   ├── __init__.py
│   ├── names
│   │   ├── names.py
│   ├── parser
│   │   ├── check.py
│   │   ├── core.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   └── interface.py
│   ├── prelude.py
│   └── tokenizer
│       ├── exceptions.py
│       ├── gen.py
│       ├── __init__.py
│       ├── interface.py
└─── └── loop.py

About

sax based xml parser

Resources

Stars

Watchers

Forks

Packages

No packages published