WebDAV XML parsing tools. Note that this module does just
enough for the purposes of DAV - it is not intended as a
general xml toolkit, and will probably eventually go away
in favor of a standard xml package once some issues are
worked out.
Imported modules
|
|
from Acquisition import Implicit
import Shared.DC.xml.xmllib
from cStringIO import StringIO
import os
import string
import sys
|
Functions
|
|
escape
remap
|
|
escape
|
escape (
data,
rmap={},
replace=string.replace,
)
|
|
remap
|
remap ( data, dict={ 'DAV:' : 'd' } )
|
Classes
|
|
|
|