This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Simple XSL question


Hi,

I want to insert a image in a table. The location of the image is stored in
a XML file.
How can I load this file into the table. I tried this:

<fo:table-cell padding-left="7cm"><fo:block><fo:inline-graphic height="3cm"
width="3cm"
         href="<xsl:value-of select="header/headerimage/url"
/>"/></fo:block></fo:table-cell>


But this does not seem to be legal syntax. Does somebody know how to do
this?

Thanks in advance,

Rob


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]