Package: cxml-stp

Function add-extra-namespace

Lambda List

add-extra-namespace (element prefix uri)

Arguments

  • prefix -- string, an NCName
  • uri -- string, a namespace URI
  • element -- an instance of element

Return Value

uri

Details

Add an extra namespace to element that maps prefix to uri.

It is an error if the new namespace conflicts with existing namespace declarations on this element.
 

See also