|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /proc/self/root/usr/lib/python2.4/site-packages/_xmlplus/ |
Upload File : |
mò
ΫAc @ s d Z d f d „ ƒ YZ d f d „ ƒ YZ d f d „ ƒ YZ d f d „ ƒ YZ d f d
„ ƒ YZ d f d „ ƒ YZ d
f d „ ƒ YZ d f d „ ƒ YZ d f d „ ƒ YZ d f d „ ƒ YZ
d f d „ ƒ YZ d f d „ ƒ YZ d e f d „ ƒ YZ
d e f d „ ƒ YZ d S( s NS module -- XML Namespace constants
This module contains the definitions of namespaces (and sometimes other
URI's) used by a variety of XML standards. Each class has a short
all-uppercase name, which should follow any (emerging) convention for
how that standard is commonly used. For example, ds is almost always
used as the namespace prefixes for items in XML Signature, so DS is the
class name. Attributes within that class, all uppercase, define symbolic
names (hopefully evocative) for "constants" used in that standard.
t XMLNSc B s t Z d Z d Z d Z d Z RS( s XMLNS, Namespaces in XML
XMLNS (14-Jan-1999) is a W3C Recommendation. It is specified in
http://www.w3.org/TR/REC-xml-names
BASE -- the basic namespace defined by the specification
XML -- the namespace for XML 1.0
HTML -- the namespace for HTML4.0
s http://www.w3.org/2000/xmlns/s$ http://www.w3.org/XML/1998/namespaces http://www.w3.org/TR/REC-html40( t __name__t
__module__t __doc__t BASEt XMLt HTML( ( ( t/ /usr/lib/python2.4/site-packages/_xmlplus/ns.pyR
s t XLINKc B s t Z d Z d Z RS( sŒ XLINK, XML Linking Language
XLink (v1.0, 27-Jun-2001) is a W3C Recommendation. It is
specified in http://www.w3.org/TR/xlink/
s http://www.w3.org/1999/xlink( R R R R ( ( ( R R s t SOAPc B s t Z d Z d Z d Z d Z RS( sL SOAP, the Simple Object Access Protocol
SOAP (v1.1, 8-May-2000) is a W3C note. It is specified in
http://www.w3.org/TR/SOAP
ENV -- namespace for the SOAP envelope
ENC -- namespace for the SOAP encoding in section 5
ACTOR_NEXT -- the URI for the "next" actor
(Note that no BASE is defined.)
s) http://schemas.xmlsoap.org/soap/envelope/s) http://schemas.xmlsoap.org/soap/encoding/s* http://schemas.xmlsoap.org/soap/actor/next( R R R t ENVt ENCt
ACTOR_NEXT( ( ( R R &