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

Preguntas similare

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



Respuesta Responder a este mensaje
#2 Alejandro Esteve
14/09/2003 - 10:32 | Informe spam
pues nada...por mas que lo reviso no hay forma
¿hay alguna herramienta para depurar 'paso a paso' el XML?

Alejandro Esteve
http://www.BibliotecaInformatica.Net


"skarface" wrote in message
news:
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
>
>
>


Respuesta Responder a este mensaje
#3 Patrick Espinosa
15/09/2003 - 11:33 | Informe spam
Alejandro, el parser se está confundiendo con la palabra reservada LINK de
tu xml,
cámbiala por otra como: liga, vinculo o enlace y se te quitarán tus
problemas.

Saludos.
Patrick Espinosa

"Alejandro Esteve" wrote in message
news:
pues nada...por mas que lo reviso no hay forma
¿hay alguna herramienta para depurar 'paso a paso' el XML?

Alejandro Esteve
http://www.BibliotecaInformatica.Net


"skarface" wrote in message
news:
> 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
> >
> >
> >
>
>


Respuesta Responder a este mensaje
#4 Alejandro Esteve
15/09/2003 - 16:19 | Informe spam
ya lo encontré, era un tag que faltaba...
gracias a todos por vuestro interés y tiempo

Alejandro Esteve
http://www.BibliotecaInformatica.Net


"Patrick Espinosa" wrote in message
news:
Alejandro, el parser se está confundiendo con la palabra reservada LINK de
tu xml,
cámbiala por otra como: liga, vinculo o enlace y se te quitarán tus
problemas.

Saludos.
Patrick Espinosa

"Alejandro Esteve" wrote in message
news:
> pues nada...por mas que lo reviso no hay forma
> ¿hay alguna herramienta para depurar 'paso a paso' el XML?
>
> Alejandro Esteve
> http://www.BibliotecaInformatica.Net
>
>
> "skarface" wrote in message
> news:
> > 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
> > >
> > >
> > >
> >
> >
>
>


email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida