[css2xslfo-support] java.net.MalformedURLException
Brought to you by:
wdonne
From: bai x. <bx...@gm...> - 2006-12-25 19:53:45
|
Hi, I'm trying to use CSStoXSLFO in my project. Unfortunately it's not quite working as expected. I add following link element in my html header <link rel="stylesheet" type="text/css" href="mystyle.css"> "mystyle.css" file was placed in the same location with the html file. when run the CSSToXSLFO.convert(InputStream in, OutputStream out) function, following exception throwed: java.net.MalformedURLException: no protocol: mystyle.css can you help me how to solve this problem? Thank you in advance. -- best regards John |