RE: [xsl] XSLT to SVG Image not appearing

Subject: RE: [xsl] XSLT to SVG Image not appearing
From: "Mitchell, Lincoln L." <Lincoln.Mitchell@xxxxxxxxxxxxxxx>
Date: Tue, 16 Sep 2003 11:35:01 +0800
Thanks for the replies but I ended up working it out myself by also declaring the xlink namespace in the 2nd line as below:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink"; >

Thanks again the replies reminded me to use Saxon instead of MSXML so that I could see the code generated by the XSLT.


Linc


> The information contained in this communication and any attachments is
confidential and may be privileged, and is for the sole use of the intended
recipient(s). Any unauthorized review, use, disclosure or distribution is
prohibited. If you are not the intended recipient, please notify the sender
immediately by replying to this message and destroy all copies of this
message and any attachments. ASML is neither liable for the proper and
complete transmission of the information contained in this communication,
nor for any delay in its receipt.
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread