From: James K. <Jam...@gl...> - 2006-03-08 11:28:52
|
When you say 'run that through libfo-compat.xsl' I presume you mean that I produce the FO file using this command: `xsltproc --output simple.fo simple.xsl simple.xml` And then run: `xsltproc --output simple2.fo libfo-compat.xsl simple.fo` And then use: `xmlroff -o simple.ps --backend=3Dgp simple2.fo ` If so then I still have the 'Segmentation fault' error. If I have done this right then I will create the bog report as recommended. Regards, kibble. -----Original Message----- From: xml...@li... [mailto:xml...@li...] On Behalf Of Tony Graham Sent: 08 March 2006 11:19 To: xml...@li... Subject: Re: [xmlroff] Segmentation fault, XML -> PS Firstly, welcome to xmlroff and the xmlroff-list. James Kibblewhite <Jam...@gl...> writes: > I've compiled xmlroff on Fedora 2.6.11-1.1369 Core 4, without any errors > that I can see of. I have used all the build in libs that come with Fedora > as standard [libxml2, libxslt, etc...], but when I run the application using > this command line it returns 'Segmentation fault' > > `xmlroff -o simple.ps --backend=3Dgp simple.xml simple.xsl` > > Is there something I'm missing, or doing wrong? It is more likely to be something that xmlroff is missing, although I would have liked to think that xmlroff didn't segfault quite as easily as it used to. What version of xmlroff are you using? You could run xsltproc on your XML and XSLT files to produce your FO file and run that through libfo-compat.xsl to prune out many of the FOs and properties that we know xmlroff does not yet handle. (We do intend to build libfo-compat.xsl into the xmlroff executable in the next release so that step is automatic.) If that still doesn't work, then create a bug report on SourceForge and attach the FO file. Creating a bug report is more useful than emailing me the file since I do email and xmlroff work on different machines. Regards, Tony. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat=3D= 121642 _______________________________________________ xmlroff-list mailing list xml...@li... https://lists.sourceforge.net/lists/listinfo/xmlroff-list |