14.3 XML
On this page:
xml-prefix-string
xml-namespace-string
xml:
nsmap-add-xml
14.3.1 XML Properties
xml:  base
xml:  lang
xml:  space

14.3 XML🔗ℹ

 (require rdf/core/v/xml) package: rdf-core

value

xml-prefix-string : prefix-string? = "xml"

The preferred, or common, prefix for this namespace as a string?.

value

xml-namespace-string : string?

The IRI for this namespace as a string?.

value

xml: : namespace?

The namespace structure for this vocabulary.

procedure

(nsmap-add-xml map)  void?

  map : nsmap?
Add this namespace, and preferred prefix, to the namespace map map.

14.3.1 XML Properties🔗ℹ

value

xml:base : nsname?

The nsname? structure corresponding to the property xml:base.

value

xml:lang : nsname?

The nsname? structure corresponding to the property xml:lang.

value

xml:space : nsname?

The nsname? structure corresponding to the property xml:space.