Skip to content

pavel-chumakou/sax-xml-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SAX XML Parser

Simple XML-aware parser written in B language.

Build

./build/b -q  sax-xml-parser.b

Usage

Usage: sax-xml-parser [OPTIONS] <input...>
OPTIONS:
    -f <file>
        Parse content of a file
    -s "<str>"
        Parse input string
    -e  
        Parse example string: <!DOCTYPE html><html><body><h1>My Heading</h1><p>My paragraph</p></body></html>
    -t <file>
        Extract text from a XML(HTML) file

About

Simple XML-aware parser written in B

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published