> > If there is used valid URI with file protocol: > > xml:base="file:/C:/Program%20Files/Apache%20Soft... > > 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". As I've written, three slashes gives me the same result as a single one. Used word 'valid' was irony as it is given by Java File.toURI function what seems incorrect. By default I use three slashes on my Windows system without problems, except here :-( I've already tried many combinations but still without success. Has anybody small piece of working code for dynamic creation of SVG with setting of xml:base? Thanks in advance. Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
