[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] problem with embedded svg in XML being parsed out by XSL


Subject: Re: [xsl] problem with embedded svg in XML being parsed out by XSL
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 8 May 2003 16:34:01 +0100

XSL knows nothing about SVG.
If you apply the default templates to any element then
no element is produced in teh result, and templates are recursively
applied to the children, the end effect is that you just get the
character data.

It sounds like that is what is happening.

so you need some templates that match the svg elements, probably using
xsl:copy-of to copy them into your fo document.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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



Current Thread
Keywords