[EMAIL PROTECTED] wrote:
> On May 10, 1:55 pm, [EMAIL PROTECTED] wrote:
>> from elementtree import ElementTree as et
>
> which module should be imported for above to work,it says
> ImportError: No module named elementtree
> Thanks
What about trying a web search engine to answer you
On May 10, 4:21 am, [EMAIL PROTECTED] wrote:
> On May 10, 1:55 pm, [EMAIL PROTECTED] wrote:
>
>
>
> > On May 10, 12:56 am, [EMAIL PROTECTED] wrote:
>
> > > Hi,
> > > I need to replace a string in xml file with something else.Ex
>
> > > -
> > > rate
> > > rate
> > >
> > >
> > >
>
On May 10, 1:55 pm, [EMAIL PROTECTED] wrote:
> On May 10, 12:56 am, [EMAIL PROTECTED] wrote:
>
>
>
>
>
> > Hi,
> > I need to replace a string in xml file with something else.Ex
>
> > -
> > rate
> > rate
> >
> >
> >
> > -
>
> > Here i have ope
On May 10, 1:42 pm, [EMAIL PROTECTED] wrote:
> On May 10, 12:56 am, [EMAIL PROTECTED] wrote:
>
>
>
>
>
> > Hi,
> > I need to replace a string in xml file with something else.Ex
>
> > -
> > rate
> > rate
> >
> >
> >
> > -
>
> > Here i have ope
On May 10, 12:56 am, [EMAIL PROTECTED] wrote:
> Hi,
> I need to replace a string in xml file with something else.Ex
>
> -
> rate
> rate
>
>
>
> -
>
> Here i have opened an xml
> file(small part is pasted here).I want to replace the word 'loca
On May 10, 12:56 am, [EMAIL PROTECTED] wrote:
> Hi,
> I need to replace a string in xml file with something else.Ex
>
> -
> rate
> rate
>
>
>
> -
>
> Here i have opened an xml
> file(small part is pasted here).I want to replace the word 'loca
In <[EMAIL PROTECTED]>, saif.shakeel
wrote:
> Although this works alone it is nto
> working when i handle multiple file I/O.Is there a alternative to do
> this.(maybe without read() operation)
Why do you want to change the part that *works* instead of fixing the c
Hi,
I need to replace a string in xml file with something else.Ex
-
rate
rate
-
Here i have opened an xml
file(small part is pasted here).I want to replace the word 'localId'
with 'dataPackageID' wherever it comes in xml file.I have asked