Skip to contents

Converts a namespace-prefixed tag like "p:cSld" to Clark notation like "{http://schemas.openxmlformats.org/presentationml/2006/main}cSld".

Usage

qn(nsptag)

Arguments

nsptag

A namespace-prefixed tag string, e.g. "p:cSld".

Value

A string in Clark notation.

Examples

qn("p:cSld")
#> [1] "{http://schemas.openxmlformats.org/presentationml/2006/main}cSld"
qn("a:r")
#> [1] "{http://schemas.openxmlformats.org/drawingml/2006/main}r"