Re: [xsl] XSLT to SVG Image not appearing

Subject: Re: [xsl] XSLT to SVG Image not appearing
From: "Roger I Martin PhD" <hypernexdev@xxxxxxxxxxxxxxx>
Date: Mon, 15 Sep 2003 18:09:00 -0400
You might also want to define the doctype attributes in the xsl:output
element as:
doctype-public="-//W3C//DTD SVG 20001102//EN"
doctype-system="http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.d
td" or version your aiming to produce for validation and testing the output.
----- Original Message ----- 
From: "Cas Tuyn" <Cas.Tuyn@xxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>; "Mitchell, Lincoln L."
<Lincoln.Mitchell@xxxxxxxxxxxxxxx>
Sent: Monday, September 15, 2003 11:29 AM
Subject: Re: [xsl] XSLT to SVG Image not appearing


> Linc,
>
> Apart from the already mentioned .jpg extension which you want to change
to
> .svg, .svg should be in the file mime.types of Apache, otherwise it gives
it
> the default treatment text/html.
>
> Cas
>
>
> > Can anyone tell me why I can't see an image only text after running this
> > transformation to SVG? ----------
>
>
>
> -- 
> 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


Current Thread