[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Inserting Image

Subject: RE: Inserting Image
From: Joshua.Kuswadi@xxxxxxxxxxxxxxxxxxxx
Date: Fri, 12 Oct 2001 14:40:22 +1000
inserting images in xsl
> 
> My XML file has the following pattern:
> 
> <Property>
> 
> <Media xmlns="com/xpegs/v2000Q3/HotelML"
> Link="twbtest.thisco.com/cgi-bin/gx.cgi/AppLogic+booker.util.I
mageBlob?brand
> =UI&amp;pid=29966&amp;image_link=29966_B1" Type="Picture"
> MIME="image/jpeg"/>
> 
> </Property>
> 
What do you want the output to be? If you want to produce html, then an XSL template like

<xsl:template match="Media">
	<img src="{@Link}" />
</xsl:template>

might help. Not really having a clear idea of what you want makes it a little hard to answer.

Joshau

------------------------------------------------------------------------------
This message and any attachment is confidential and may be privileged or otherwise protected from disclosure.  If you have received it by mistake please let us know by reply and then delete it from your system; you should not copy the message or disclose its contents to anyone.





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • Inserting Image
    • Kiran Bhide - Thu, 11 Oct 2001 22:17:54 -0400 (EDT)
      • <Possible follow-ups>
      • Joshua . Kuswadi - Fri, 12 Oct 2001 00:52:22 -0400 (EDT) <=

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.