Insertar una imagen a través de xslt
Publicado por Ezequiel Luis (4 intervenciones) el 21/05/2013 20:31:28
Hola a todos,
tengo el siguiente XML, con el parametro PathImagen
<?xml version="1.0" encoding="utf-8"?>
<CotizacionTransf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Persona>
<FirstName>Ezequiel</FirstName>
<LastName>Benavente</LastName>
</Persona>
<PathImagen>C:\Visual Studio\Proyectos\Cotizaciones\images\Imagen1.jpg</PathImagen>
</CotizacionTransf>
estoy precisando podes mostrar la imagen a través de xslt: <xsl:stylesheet version="1.0"
xmlns="urn:schemas-microsoft-com:office:spreadsheet"
alguien puede ayudarme?
Gracias,
Ezequiel
tengo el siguiente XML, con el parametro PathImagen
<?xml version="1.0" encoding="utf-8"?>
<CotizacionTransf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Persona>
<FirstName>Ezequiel</FirstName>
<LastName>Benavente</LastName>
</Persona>
<PathImagen>C:\Visual Studio\Proyectos\Cotizaciones\images\Imagen1.jpg</PathImagen>
</CotizacionTransf>
estoy precisando podes mostrar la imagen a través de xslt: <xsl:stylesheet version="1.0"
xmlns="urn:schemas-microsoft-com:office:spreadsheet"
alguien puede ayudarme?
Gracias,
Ezequiel
Valora esta pregunta


0