xsl-list
[Top] [All Lists]

Re: [xsl] is it possible to resize an image to display smaller than the original

2012-04-02 18:20:40
taking it back on list, again

it appears the file output generated that line as

<fo:external-graphic src="url()" content-height="50pt"
content-width="50pt"/>

which suggests it didn't pull the location from the tag photoimg in
the xml?

as suspected (since the error message looked suspiciously like it was
referencing a file with no name) which means that the xpath inside the
{} is incorrect, but you haven't shown enough of your stylesheet or
source file for anyone to say what the correct xpath is to select the
element with the image path from the element at which the template is
being executed.

David

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--