- From: Nat Dunn <ndunn@webucator.com>
- Date: Thu, 21 Feb 2008 20:56:54 -0500
- To: <xsl-editors@w3.org>
Received on Friday, 22 February 2008 05:44:35 UTC
Hello,
Isn't the code below from http://www.w3.org/TR/xsl/#fo_external-graphic
incorrect?
<fo:external-graphic src="'url(TH0317A.jpg)'"/>
It seems to me the single quotes are either misplaced or unnecessary.
Shouldn't it be:
<fo:external-graphic src="url('TH0317A.jpg')"/>
OR
<fo:external-graphic src="url(TH0317A.jpg)"/>
Thanks,
Nat
- - - - - - - - - - - - - - - - - -
Nat Dunn
Webucator
4933 Jamesville Rd
Jamesville, NY 13078-9428
<http://www.webucator.com/> http://www.webucator.com
<mailto:ndunn@webucator.com> ndunn@webucator.com
877-WEBUCATE (877-932-8228) x221
315-446-0560 x221 (local)
315-410-5320 (fax)
- - - - - - - - - - - - - - - - - -
<http://www.webucator.com/ILO/Schedule.cfm?x=221> Click here to view our
class schedule
Received on Friday, 22 February 2008 05:44:35 UTC