Problema en ASP (The XML page cannot be displayed )

25/10/2004 - 22:33 por Esteban Bruna | Informe spam
Estimados, en una pagina asp me aparece el siguiente error:

The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and
then click the Refresh button, or try again later.


-

A string literal was expected, but no opening quote character was found.
Error processing resource 'http://90.0.0.81/incide...

<font face="Arial" size=2>
-^


Solo lo que hice fue cambiar los archivos .asp a otro servidor.

Atte.
Esteban Bruna
Stgo. Chile
 

Leer las respuestas

#1 Jhonny Vargas P. [MVP]
26/10/2004 - 02:28 | Informe spam
Coloca en el XSL el 2 con "2"

ejemplo:
<font face="Arial" size="2">

el XSL te reclama por todas esas cosas... los <BR> debes tratarlos como
<BR/>


Saludos,
Jhonny Vargas P.
Santiago de Chile


"Esteban Bruna" escribió en el mensaje
news:%
Estimados, en una pagina asp me aparece el siguiente error:

The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error


and
then click the Refresh button, or try again later.



A string literal was expected, but no opening quote character was found.
Error processing resource 'http://90.0.0.81/incide...

<font face="Arial" size=2>
-^


Solo lo que hice fue cambiar los archivos .asp a otro servidor.

Atte.
Esteban Bruna
Stgo. Chile


Preguntas similares