ddn.data.xml.uri
URI helpers for XML processing.
This module intentionally reuses ddn.net.uri for RFC3986 parsing/normalization/resolution.
The goal is to expose a small, XML-focused surface without forcing users to depend directly on the full ddn.net.uri API unless they want to.
Functions 4
fn
string resolveUri(XmlNode node, string reference) @safeResolves `reference` against the effective base URI of `node`.