[xsl] xsl displaying image from xml file

Subject: [xsl] xsl displaying image from xml file
From: josh higgins <doopsterus@xxxxxxxxx>
Date: Wed, 6 Apr 2005 07:53:15 -0700 (PDT)
First of all I want to thank everyone that has helped
my understand the basics of xsl! Thanks!  I am trying
to display an image whose path location is in the xml
file.  I am writing fo stylesheet.  Here is a sample
of what my xml looks like.  I read somewhere that I
was to use <fo:inline-graphic> but that is not a valid
tag.  Can someone please help?  TIA.

      <invoice>
	<images>
		<logo>
			D:\somepath\mypic.jpg
		</logo>
		<total>
			D:\somepath\total.jpg
		</total>
	</images>
      </invoice>


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Current Thread