"Gavin" == Gavin <gavin(_at_)16degrees(_dot_)com(_dot_)au> writes:
Gavin> The remote source tei is like this :-
Gavin> <figure rend="somepic" url="/images/image.jpg"/>
Gavin> However, the image is remote to the document so the image
Gavin> will still not appear. I need to be able to detect and
Gavin> prepend the www.example.com address to the src, the
Gavin> prepending is easy, but how to capture the remote www
Gavin> address has got me.
Gavin> Any clues?
Probably you want to resolve @url relative the the base URI of the
figure element.
Are you using XSLT 2.0? If so, then this is easy, as there are
built-in XPath functions to do it.
--
Colin Adams
Preston Lancashire
--~------------------------------------------------------------------
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>
--~--