[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] adding a logo to a document header
- From: David Carlisle <davidc@nag.co.uk>
- To: xml-dev@lists.xml.org
- Date: Thu, 1 Nov 2007 17:36:49 GMT
<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.
________________________________________________________________________
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]