[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
En Thu, 10 May 2007 01:55:25 -0300, <[EMAIL PROTECTED]> escribió:
>> I am opening 2 more files in addition to the file
>> where the new xml goes.One file is written using the sys.stdout
>> command as most of the output has to go there printing takes place in
>> many places (so
On May 9, 4:39 pm, [EMAIL PROTECTED] wrote:
> On May 8, 4:46 pm, [EMAIL PROTECTED] wrote:
>
>
>
>
>
> > On May 8, 4:30 pm, Stefan Behnel <[EMAIL PROTECTED]> wrote:
>
> > > [EMAIL PROTECTED] schrieb:
>
> > > > Hi,
> > > > I need to replace a string in xml file with something else.Ex
>
> > > > -
On May 8, 4:46 pm, [EMAIL PROTECTED] wrote:
> On May 8, 4:30 pm, Stefan Behnel <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > [EMAIL PROTECTED] schrieb:
>
> > > Hi,
> > > I need to replace a string in xml file with something else.Ex
>
> > > -
> > > rate
> > > rate
> > >
> > >
> > >
> >
On May 8, 4:30 pm, Stefan Behnel <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] schrieb:
>
>
>
>
>
> > Hi,
> > I need to replace a string in xml file with something else.Ex
>
> > -
> > rate
> > rate
> >
> >
> >
> > -
>
> > Here i have opened
On Tue, 08 May 2007 13:30:59 +0200, Stefan Behnel wrote
> [EMAIL PROTECTED] schrieb:
> [...]
> > file_input = raw_input("Enter The ODX File Path:")
> > input_xml = open(file_input,'r')
>
> This should say
>
> input_xml = open(file_input,'r').read()
...and then it still won't work because the O
[EMAIL PROTECTED] schrieb:
> 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 'data
13 matches
Mail list logo