Re: [css2xslfo-support] using stdout for output, urls for xhtml source
Brought to you by:
wdonne
From: <wer...@re...> - 2006-04-10 09:13:53
|
Hi Brad, I just tried it with version 1.3 on http://www.re.be/css2xslfo/index.html and it works. Could you try it too with that URL? Can you also dump the command-line your script generates? The tool reads from stdin only when no file or URL is given. Perhaps the argument of the script doesn't end up at the right place. Regarding the -q option I'll see what I can do. It is not the same as with FOP 0.20.5. Best regards, Werner. Brad Clements wrote: > I am trying to get version 1.3 of CSSToFOPNew to load xhtml via a url, = but it=20 > always ignores the url and instead reads from stdin. >=20 > It doesn't generate an error when a url is specified. It just ignores i= t. >=20 > ie >=20 > ./csstofop http://somewhere.com/somefile.htm -ps /tmp/test.ps >=20 > always tries to read from stdin. >=20 > I have to use >=20 > links -source 1 http://somewhere.com/somefile.htm | ./csstofop -ps /tmp= /test.ps >=20 > Is this a known bug? >=20 > For output, I'd like to pipe the postscript output to lpr, but can't se= em to do that=20 > without using /dev/stdout.=20 >=20 > Also, the -q option isn't supported by CSSToFOPNew >=20 > I tried. >=20 > ./csstofop -ps - >=20 > that doesn't work.. >=20 > and FOP libraries output lots of debugging stuff I don't need to see. >=20 > I can work around these issues with another script, but just a heads up= that at=20 > least reading from a url doesn't seem to work. >=20 >=20 --=20 Werner Donn=E9 -- Re Engelbeekstraat 8 B-3300 Tienen tel: (+32) 486 425803 e-mail: wer...@re... |