Wiki source for QNameClarkNotation
======Clark Notation======
""Clark Notation"" is a format for specifying QNames as a single string. Clark Notation takes two formats. A simple localname, and a localname and URI.
Local Name Format
%%
localname
%%
This specifies a QName with a localname, an empty uri and prefix.
Full Format
%%
{uri}localname
%%
This specifies a QName with a localname and a uri.
In several places Clark Notation may be used to specify QNames or to construct a QName object
----
See Also [[FunctionQName QName]]
""Clark Notation"" is a format for specifying QNames as a single string. Clark Notation takes two formats. A simple localname, and a localname and URI.
Local Name Format
%%
localname
%%
This specifies a QName with a localname, an empty uri and prefix.
Full Format
%%
{uri}localname
%%
This specifies a QName with a localname and a uri.
In several places Clark Notation may be used to specify QNames or to construct a QName object
----
See Also [[FunctionQName QName]]