Problemas con Netscape

21/07/2004 - 11:51 por David Montaño | Informe spam
He probado páginas xml con xsl en IE6 y me van sin problemas, si embargo si
las deseo mostrar con NetsCape (version 7) me es imposible visualizarlas.
¿Alguien sabe por que?

Mis xml empiezan de la sihuiente manera:

<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="XSL/Listhot.XSL"?>
<!DOCTYPE ListHot [<!ENTITY nbsp "&#160;">]>
<ListHot xmlns:dt="urn:schemas-microsoft-com:datatypes">
...
</ListHot>

Y los xsl asociados de la siguiente manera:

<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<HTML>
.
</xsl:template>
</xsl:stylesheet>
 

Leer las respuestas

#1 Sebastián Flores
21/07/2004 - 17:02 | Informe spam
Cual es el problema? Que tipo de error ?

Saludos.

"David Montaño" wrote in message
news:
He probado páginas xml con xsl en IE6 y me van sin problemas, si embargo


si
las deseo mostrar con NetsCape (version 7) me es imposible visualizarlas.
¿Alguien sabe por que?

Mis xml empiezan de la sihuiente manera:

<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="XSL/Listhot.XSL"?>
<!DOCTYPE ListHot [<!ENTITY nbsp "&#160;">]>
<ListHot xmlns:dt="urn:schemas-microsoft-com:datatypes">
...
</ListHot>

Y los xsl asociados de la siguiente manera:

<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<HTML>
.
</xsl:template>
</xsl:stylesheet>


Preguntas similares