Re: [XML-SIG] parsing CDATA section

2005-12-29 Thread Mike Brown
Ankit Rastogi wrote: > I am having problem with parsing CDATA section. I am using PyXml and minidom > for parsing the xml document. > My motive is to get the data back in the same format in one string as it is > writen in xml file. Here is the sample: > -- > > > > -- > put whe

Re: [XML-SIG] parsing CDATA section

2005-12-29 Thread Dieter Maurer
Ankit Rastogi wrote at 2005-12-28 08:02 -0800: >I am having problem with parsing CDATA section. I am using PyXml and minidom >for parsing the xml document. > My motive is to get the data back in the same format in one string as it is > writen in xml file. Here is the sample: > -- > > >

[XML-SIG] parsing CDATA section

2005-12-28 Thread Ankit Rastogi
I am having problem with parsing CDATA section. I am using PyXml and minidom for parsing the xml document. My motive is to get the data back in the same format in one string as it is writen in xml file. Here is the sample: --   -- put when I print all its childs using: ---  print StChg