CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 23:24:19 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 17:50:23 GMT
cache-control: max-age=2592000, public
expires: Mon, 10 Nov 2025 01:09:52 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98ca797a4a61f26c
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: HIT
set-cookie: __cf_bm=MRFJCadoOroCNazG9cSH0rIeyGCqlLGHmTedWGKk7dg-1760225059-1.0.1.1-rzyqLQwkVDRrRC9LHKcALSBAGL7txPnCgk245QRwyM8nvLARva4hqppNAAYNqYyg_O8ycWqigj40Crrvkc3xcqY6cswznQhpDNNtqk_sFPA; path=/; expires=Sat, 11-Oct-25 23:54:19 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98d21c375cc7ad8b-BLR
alt-svc: h3=":443"; ma=86400
ORA-XQ-411-C: base uri and xml:base interaction needs to be clarified. from Stephen Buxton on 2004-02-20 (public-qt-comments@w3.org from February 2004)
ORA-XQ-411-C: base uri and xml:base interaction needs to be clarified.
- From: Stephen Buxton <Stephen.Buxton@oracle.com>
- Date: 20 Feb 04 10:21:57
- To: public-qt-comments@w3.org
- Cc:
- Message-Id: <200402201821.i1KILv227790@rgmgw6.us.oracle.com>
SECTION 4.3: Base URI Does specifying the baseuri in a module only take effect for lexically defined URIs or does it also apply to any URI values present in the system? In particular does the xml:base property affect resolution of URLs inside a document? * When we convert an anyURI value from an element or an attribute to a string using the resolve-uri() function, does it take into account the xml:base property? e.g. consider a purchaseorder document with an xml:base property defined as "https://www.po.com" and has an "attachment" element that is of the anyURI type. Now given a query like, declare base-uri="https://www.some.com"; for $i in doc("po.xml") return doc($i/PurchaseOrder/attachment); does the URI for the second doc() get resolved with the https://www.some.com prefix or the xml:base property https://www.po.com? * When we have doc() or other URI resolutions inside direct element constructors which have an xml:base defined - does it affect the resolution? For instance, declare base-uri="https://www.moo.com"; <A xml:base="https://www.foo.com"> {doc("boo")} </A> Does the URL "boo" inside doc() resolve as https://www.foo.com/boo or https://www.moo.com/boo ? - Steve B.
Received on Friday, 20 February 2004 13:22:44 UTC