ERROR: End Tag

10/09/2003 - 19:10 por Alejandro Esteve | Informe spam
tengo un XML con la estructura indicada abajo y me da este error:
End tag 'item' does not match the start tag 'tools'...

que entiendo que no coinciden con el root "tools" del documento, pero por
otros que he visto parece que tiene la misma estructura ?¿

<?xml version="1.0" encoding="iso-8859-1"?>
<tools>
<item>
<link><![CDATA[http://www.cladonia.com/products.htm]]></link>
<title>Exchanger XML Editor</title>
<sumary>Is a Java-based XML Editor that facilitates easy browsing,
editing, managing and conversion
of XML Documents
</sumary>
</item>
mas item ...//...
</tools>

gracias por su tiempo
Alejandro Esteve
http://www.BibliotecaInformatica.Net
 

Leer las respuestas

#1 skarface
11/09/2003 - 18:51 | Informe spam
el codigo que nos brindas no tiene problemas,
pero es posible que en "mas item...//.." tengas errores. revisa las tags
'item' y asegurate que todas tengan start y end tags.

"Alejandro Esteve" wrote in message
news:
tengo un XML con la estructura indicada abajo y me da este error:
End tag 'item' does not match the start tag 'tools'...

que entiendo que no coinciden con el root "tools" del documento, pero por
otros que he visto parece que tiene la misma estructura ?¿

<?xml version="1.0" encoding="iso-8859-1"?>
<tools>
<item>
<link><![CDATA[http://www.cladonia.com/products.htm]]></link>
<title>Exchanger XML Editor</title>
<sumary>Is a Java-based XML Editor that facilitates easy


browsing,
editing, managing and conversion
of XML Documents
</sumary>
</item>
mas item ...//...
</tools>

gracias por su tiempo
Alejandro Esteve
http://www.BibliotecaInformatica.Net



Preguntas similares