AtomGraph/Core

Create g:uri() XSLT function

namedgraph opened this issue · 0 comments

Create a generic function returning URIs for all types of nodes: attributes (subjects/objects) and elements (predicates).
Mostly to avoid code like this: concat(namespace-uri(.), local-name(.))