Hi Jan,
> If there is used valid URI with file protocol: > xml:base="file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206 > .0/webapps/myApp/" > I get error "Content is not allowed in prolog." (the same result also with 3 > or 4 slashes). > If xml:base="file://C:/Progra..." (double slashes) are used, processing > takes much longer, but in result I get error "C". Seems that three slashes [1] are expected. ;-) First two belong to the protocol specifier, the third one stands for "root of the file system". Hope this helps, Helder [1] http://en.wikipedia.org/wiki/File_URI_scheme --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
