Hello, when I use Xalan xalan-j_2_3_1 to convert from SVG to SVG like:
java org.apache.xalan.xslt.Process -in infile.svg -xsl stylesheet.xsl -out outfile.svg I recognize in the result outfile.svg the entry: <svg:svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" preserveAspectRatio="xMidYMid meet" zoomAndPan="magnify" version="1.0" contentScriptType="text/ecmascript" contentStyleType="text/css"> Doesn't the "xmlns=..." declaration has to be "xmlns:svg=..."? This came to my attention, when FOP throws an error once I included above outfile.svg in an FO object tree and tried to convert the FO file with FOP. So is that a bug? Or is it a problem from FOP? regards, Darya __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Yahoo! pr�sentiert als offizieller Sponsor das Fu�ball-Highlight des Jahres: - http://www.FIFAworldcup.com
