    WBXML Library
    -------------

    There are two libraries:
        - libwbxml2 (standalone):
            - A WBXML Parser (with a SAX like interface)
            - A WBXML Encoder
        - libwbxml2_conv (needs libwbxml2 and Expat):
            - WBXML to XML Converter
            - XML to WBXML Converter
	    
	If you find bugs, or want to use this library, feel free to contact me.

    Supported Languages:
        - WML 1.0
        - WTA 1.0
        - WML 1.1
        - SI 1.0 (tested)
        - SL 1.0 (tested)
        - CO 1.0
        - CHANNEL 1.1
        - WML 1.2
        - WML 1.3
        - PROV 1.0 (tested)
        - WTA-WML 1.2
        - CHANNEL 1.2
        - EMN 1.0 (tested)
        - DRMREL 1.0
        - SYNCML 1.1 (NOT WORKING !)
        - WV CSP 1.1 (partially tested)

    TOOLS:
    --------
    
    Two tools are provided:
        - wbxml2xml: (WBXML => XML)
            wbxml2xml -i -o output.xml input.wbxml
            Options:
                -o output.xml : output file
                -m X (Generation mode - Default: 1) with:
                   0: Compact Generation
                   1: Indent Generation
                   2: Canonical Generation
                -i X (Indent delta when using mode '1' - Default: 1)
                -k (Keep Ignorable Whitespaces - Default: FALSE)
            
        - xml2wbxml: (XML => WBXML)
            xml2wbxml -o output.wbxml input.xml
            Options:
                -o output.wbxml : output file
                -k : keep ignorable whitespaces (Default: ignore)
                -n : do NOT generate String Table (Default: generate)
    

    HISTORY:
    --------
    
        Tout a commenc par le codage du Parser. Alors, pourquoi un Parser WBXML ? 
    HA ! Ba disons qu'aprs deux ans  bosser dans le WAP, principalement sur la gateway Kannel
    (http://www.kannel.org), ba je me suis dis "P'tain, marre de dcoder le WBXML  l'oeil nu
    pour dbugger !". Il y a bien un dcompilateur avec Kannel, mais je sais pas,  doit tre
    un stagiaire mancho qui l'a fait parceque bon... il bizarrement fait, il est pas fini, et
    en plus il ne gre que le WMLC. Et je n'ai vu aucun autre Parser complet, gnrique, en C,
    sexy, avec une grosse poitrine et que me dis "mMmm utilise moi, mMmm".
    Oups, je m'emporte..
    
    	Pis, bon, le truc classique, "heu, mais en fait, pourquoi je ferais pas
    un dcompilo moi mme ?". ET VOILA ! Hum... Bon j'ai pas russis  coder les gros seins,
    mais va falloir faire avec.. 
    

    CONTACT:
    --------

	Aymerick Jhanne <libwbxml@jehanne.org>
	http://libwbxml.jehanne.org