Trocar XML.

Delphi

10/02/2009

Olá gente!!
Boa tarde!

Estou precisando mudar um XML da seguinte forma:

<?xml version=´1.0´ encoding=´ISO-8859-1´?>
<ans:mensagemTISS xmlns:ans=´http://www.ans.gov.br/padroes/tiss/schemas/v20201´>
<ans:cabecalho>


Preciso mudar para esta forma:

<?xml version=´1.0´ encoding=´iso-8859-1´?>
<ans:mensagemTISS xmlns=´http://www.w3.org/2001/XMLSchema´ xmlns:ans=´http://www.ans.gov.br/padroes/tiss/schemas´>
<ans:cabecalho>

Alguém pode ajudar??
Desde já obrigado!!


Weliton Oliveira

Weliton Oliveira

Curtidas 0
POSTAR