How can I see a XML file so.

Hi!

I have the XML file following :

--------------------------------------------------------------------------------

circular.xml
 
<?xml version='1.0'?>
<!DOCTYPE circular SYSTEM "circular.dtd">
<?XML-stylesheet type="text/css" href="circular.css"?>
<circular>
<numerocircular>1_99</numerocircular>
<fechaemision>
<dia>1</dia><mes>Enero</mes><ano>1999</ano></fechaemision>
<destinatario>
<nombre_destinatario>pepe</nombre_destinatario>
</destinatario>
<remitente>
<nombre_remitente>marta</nombre_remitente>
<cargo_remitente>yo</cargo_remitente>
</remitente>
<asunto>vvvv</asunto>
<contenido>vvvv</contenido>
<anular>No anula ninguna circular anterior</anular>
<saludo>vvvv</saludo>
</circular>
 
--------------------------------------------------------------------------------

 
When I open it with Explorer 5 I saw it as this:

1_99 1Enero1999 pepe marta jefe prueba Esto es el texo No anula ninguna circular anterior Adiós





I don't want to see it of this form. I hope to see it of this other form:

Numero de circular : 1_99
Fecha de emisión : 1 Enero 1999
Destinatario : pepe
Remitente : marta
Cargo del remitente : jefe
Asunto : prueba
Contenido : Esto es el texto
No anula ninguna circular anterior
Saludo : Adiós
 
I don´t know how can I insert the text (i.e Numero de circular :) before the XML element

Received on Friday, 27 August 1999 07:59:41 UTC