Ver Mensaje Individual
  #6 (permalink)  
Antiguo 05/01/2011, 20:15
coolnopal
 
Fecha de Ingreso: enero-2011
Mensajes: 8
Antigüedad: 13 años, 3 meses
Puntos: 0
Respuesta: Error al obtener cadena original para Factura Digital

Fijate wwwmaster que ya lo hice asi pero no se si tenga que ver que mi proyecto este en vb, sin embargo no creo que vaya por ahi el asunto, sacame de otra duda, en la parte en la que se define la hoja de estilos, también quitaste las referencias al sat?

Ejemplo: algo como esto?

Antes:
Código:
<?xml version="1.0" encoding="UTF-8" ?> 
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:cfd="http://www.sat.gob.mx/cfd/2" xmlns:ecc="http://www.sat.gob.mx/ecc" xmlns:psgecfd="http://www.sat.gob.mx/psgecfd" xmlns:divisas="http://www.sat.gob.mx/divisas" xmlns:detallista="http://www.sat.gob.mx/detallista" xmlns:ecb="http://www.sat.gob.mx/ecb" xmlns:implocal="http://www.sat.gob.mx/implocal" xmlns:terceros="http://www.sat.gob.mx/terceros">
Despues
Código:
<?xml version="1.0" encoding="UTF-8" ?> 
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:cfd="C:/Inetpub/wwwroot/FD">
Porque a mi con tan solo cambiar los include no me localiza los archivos xslt en mi disco duro, supongo que algo estoy haciendo mal, en C:/Inetpub/wwwroot/FD guardé los xslt del SAT.