From: Stefan S. <se...@sy...> - 2005-09-11 23:16:58
|
Tony Graham wrote: > Committed (with modifications), thank you. Great, thanks ! I don't know the xsl-fo specs very well, but does the 'src' attribute in external-graphic allow any uri type, in particular, any scheme ? In that cases, you should probably use libxml2's nanohttp module to load the file content, instead of assuming it is a local file. Also, I note you have stripped off the content-type attribute with the libfo-compat.xsl. What content-types does xmlroff support right now, and how does it detect them ? By file extension ? (I note you are using 'gdk_pixbuf_new_from_file' but documentation for that only indicates 'The file format is detected automatically.' I think supported formats have to be well-documented. Thanks, Stefan |