xproc / 3.0-specification

A community-driven effort to define an XProc 3.0 specification (formerly 1.1)
http://spec.xproc.org/
33 stars 10 forks source link

Add a function to determine what URI would be retrieved for a given URI #1096

Closed ndw closed 5 months ago

ndw commented 5 months ago

For example, if it would be resolved through a catalog, return what the catalog resolver would actually retrieve.

ndw commented 5 months ago

p:lookup-uri("someURI") returns "someOtherURI" (which might be "someURI") that would be retrieved if an attempt as made to dereference "someURI"