RE: make-absolute-uris may match strings which are not of type anyURI ...

> > So the p:make-absolute-uris step should therefore do the 
> escaping itself
> > ("ab er.xml" --> "ab%20er.xml") before resolving the URI against the
> > base URI. Then it should *unescape* the result, so you don't get:
> >
> > <c:file name="file:/J:/test/ab%20er.xml"/>
> >
> > but:
> >
> > <c:file name="file:/J:/test/ab er.xml"/>
> 
> That's the right result, but why escape then unescape?

I think you are right: internally no escaping + unescaping should be
necessary.


Regards,
Vojtech

Received on Monday, 21 September 2009 15:06:56 UTC