Rank: Newbie
Joined: 5/21/2013 Posts: 2 Location: Argentina
|
Hello, I have the following path in xml (PathImagen):
<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>
and I need to show the image of this path in xslt, Can anyone help me out.
Ezequiel
|
Rank: Advanced Member
Joined: 12/13/2005 Posts: 2,856 Location: Mauritius
|
For beginners, like you, I would recommend to use StyleVision to design XSLT instead of doing it by hand.
|