Re: [FreeMarker-user] freemarker xml/xslt functions
Generates text that depends on changing data (like dynamic HTML).
Brought to you by:
revusky
|
From: Russell S. <rus...@ho...> - 2005-12-23 02:45:49
|
>Did you tried with a full URI, like "file:/some/other/dir/file.xml"? Yes. full url did not work either. >Relative URL-s have to be resolved relatively to something, so if the >main document has no URL, because it comes from an InputStream... you >see. When I have this issue with SAX parsers, I used to specify a fake >System ID, like "file:/the/base/directory/__java.io.InputStream__". Do you have an example? |