Hi,
> Can anyone tell me why I can't see an image only text after
> running this transformation to SVG?
> ----------
> <?xml version='1.0'?>
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> xmlns="http://www.w3.org/2000/svg">
> <xsl:output method="xml" indent="yes" encoding="UTF-8" />
> <xsl:template match="/">
> <svg xmlns="http://www.w3.org/2000/svg"
> xmlns:xlink="http://www.w3.org/1999/xlink">
> <image xlink:href="image.jpg" x="100" y="100"
Is the URL "image.jpg" valid? Save the results of the transformation and debug with the static document, your problemn lays not in the XSLT processing.
Cheers,
Jarno - Wumpscut: Totmacher (Suicide Commando)
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|