[css2xslfo-support] using stdout for output, urls for xhtml source
Brought to you by:
wdonne
From: Brad C. <bk...@mu...> - 2006-04-04 19:08:36
|
I am trying to get version 1.3 of CSSToFOPNew to load xhtml via a url, but it always ignores the url and instead reads from stdin. It doesn't generate an error when a url is specified. It just ignores it. ie ./csstofop http://somewhere.com/somefile.htm -ps /tmp/test.ps always tries to read from stdin. I have to use links -source 1 http://somewhere.com/somefile.htm | ./csstofop -ps /tmp/test.ps Is this a known bug? For output, I'd like to pipe the postscript output to lpr, but can't seem to do that without using /dev/stdout. Also, the -q option isn't supported by CSSToFOPNew I tried. ./csstofop -ps - that doesn't work.. and FOP libraries output lots of debugging stuff I don't need to see. I can work around these issues with another script, but just a heads up that at least reading from a url doesn't seem to work. -- Brad Clements, bk...@mu... (315)268-1000 http://www.murkworks.com AOL-IM or SKYPE: BKClements |