Extract CDATA Node

G

Girish

How do I extract CDATA node in Python? I'm using dom.minidom as
follows:-

from xml.dom.minidom import Document

class XMLDocument():

def __init__(self):
self.doc = Document()

def parseString(self, d):
self.doc = parseString(_encode(d))
return self

#Create instance of XMLDocument
doc = XMLDocument()
doc.parseString(open(os.curdir + '\\XML\\1.xml', 'r').read())
......

Please help me out.

Thanks,
Girish
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,157
Latest member
MercedesE4
Top