Re: XSL url path

2009-10-28 Thread Simon Pepping
On Tue, Oct 27, 2009 at 09:16:59PM -0700, fopinaus wrote:
 
 Hi there, 
 
 Could you please tell me is it possible to use a url rather than a file for
 the xslt in the command line?  
 
 eg 
 
 C:\Program Files\fop-0.95\fop.bat -xml F:\test\testxml.xml -xsl
 http://blah/testStylesheet.xsl; -pdf F:\test\test.pdf
 
 If I just pass in the pass in the url as per the line above it gets prefixed
 with c:\\
 Error: xsl file c:\\http:\blah\testStylesheet.xsl not found.

Apparently it is not possible, as you yourself proved. It seems like
FOP does not expect a URI, and considers the path as a relative
path. This could definitively be improved.

Simon

-- 
Simon Pepping
home page: http://www.leverkruid.eu

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



XSL url path

2009-10-27 Thread fopinaus

Hi there, 

Could you please tell me is it possible to use a url rather than a file for
the xslt in the command line?  

eg 

C:\Program Files\fop-0.95\fop.bat -xml F:\test\testxml.xml -xsl
http://blah/testStylesheet.xsl; -pdf F:\test\test.pdf

If I just pass in the pass in the url as per the line above it gets prefixed
with c:\\
Error: xsl file c:\\http:\blah\testStylesheet.xsl not found.

I appreciate your help with this.

 
-- 
View this message in context: 
http://www.nabble.com/XSL-url-path-tp26089140p26089140.html
Sent from the FOP - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org