XMLname
index
/home/groups/p/py/pywebsvcs/src/wstools/XMLname.py

Translate strings to and from SOAP 1.2 XML name encoding
 
Implements rules for mapping application defined name to XML names
specified by the w3 SOAP working group for SOAP version 1.2 in
Appendix A of "SOAP Version 1.2 Part 2: Adjuncts", W3C Working Draft
17, December 2001, <http://www.w3.org/TR/soap12-part2/#namemap>
 
Also see <http://www.w3.org/2000/xp/Group/xmlp-issues>.
 
Author: Gregory R. Warnes <Gregory.R.Warnes@Pfizer.com>
Date::  2002-04-25
Version 0.9.0

 
Functions
       
fromXMLname(string)
Convert XML name to unicode string.
toXMLname(string)
Convert string to a XML name.

 
Data
        DOTALL = 16
I = 2
IGNORECASE = 2
L = 4
LOCALE = 4
M = 8
MULTILINE = 8
S = 16
U = 32
UNICODE = 32
VERBOSE = 64
X = 64
ident = '$Id: XMLname.py 954 2005-02-16 14:45:37Z warnes $'