Louis Masters wrote: > I am running into an issue displaying SVG graphics. If I directly embed > svg code in ml XSL, the graphic displays fine. When I have SVG > code in the > XML file that I want transformed, it does not show up on the PDF. For > example, my XML looks like this:
If I understand you, this is probably a problem with your transformation. See: http://xml.apache.org/fop/running.html#check-input for instructions about how to use xalan to check the actual XSL-FO file. If the SVG does NOT show up there correctly, then you need to go back to your stylesheet & find out why not. Here are some resources that might help: mailing list http://xml.apache.org/fop/resources.html#mailing-lists-xslt-mulberry spec http://xml.apache.org/fop/resources.html#specs-xslt documents http://xml.apache.org/fop/resources.html#documents-xslt If, on the other hand, the SVG is in the XFL-FO correctly, then post an appropriate snippet of that document. Victor Mote --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
