Re: [xml-dev] adding a logo to a document header

From
David Carlisle <>
To
Date
2007-11-01T17:36:49Z
ID
<>
Thread
Re: [xml-dev] adding a logo to a document header
<xsl:param name="header.image.filename" select="logo.gif"/> <!--in a local folder-->


the XPath logo.gif selects all the child elements of the current node
with name logo.gif. I suspect that you intended to use
select="'logo.gif'" to select the string 'logo.gif'.
(xsl-list is probably better than xml-dev for this)

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________