Hi all,
As a designer, with little experience in programing, i'm facing a problem that should be very simple... for programmers . So here I am asking for anyone's help, please.
I need a way to, automatically transform this:
<Cell aid:ccols="1" aid:ccolwidth="157.27962588888454" aid:crows="1" aid:table="cell">Operações</Cell>
into this:
<entry>Operações</entry>
Is it possible? via query or some other method?
This is a very large xml document and the attributes of the cell elements are usually different.
Appreciate all the help.
Thanks in advance
Borngrow
As a designer, with little experience in programing, i'm facing a problem that should be very simple... for programmers . So here I am asking for anyone's help, please.
I need a way to, automatically transform this:
<Cell aid:ccols="1" aid:ccolwidth="157.27962588888454" aid:crows="1" aid:table="cell">Operações</Cell>
into this:
<entry>Operações</entry>
Is it possible? via query or some other method?
This is a very large xml document and the attributes of the cell elements are usually different.
Appreciate all the help.
Thanks in advance
Borngrow