Table of Contents

Module: xmltools Zope-2.2.1-src/lib/python/webdav/xmltools.py

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   
Attribute
CData
Comment
Document
Element
Entity
EntityRef
Node

Common base class for Node objects.

ProcInst
Text
XmlParser

Table of Contents

This document was automatically generated on Mon Sep 4 07:33:06 2000 by HappyDoc version r0_6