Ver Mensaje Individual
  #6 (permalink)  
Antiguo 15/10/2003, 04:28
BladeRunner
 
Fecha de Ingreso: junio-2002
Mensajes: 602
Antigüedad: 22 años
Puntos: 0
Ya resolví el tema, se hace por medio de "transformaciones" XML, poniendo el siguiente encabezado en la hoja XSL:

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