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
|