|
| Text.XML.HXT.RelaxNG.Utils |
|
|
| Description |
| Some helper functions
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Tests whether a URI matches the Relax NG anyURI symbol
|
|
|
| Tests whether two URIs are equal after normalizeURI is performed
|
|
|
| Converts all letters to the corresponding lower-case letter
and removes a trailing "/"
|
|
|
| Tests whether a string matches a number [-](0-9)*
|
|
|
|
|
|
|
|
|
Formats a list of strings into a single string.
The first parameter formats the elements, the 2. is inserted
between two elements.
example:
formatStringList show ", " ["foo", "bar", "baz"] -> "foo", "bar", "baz"
|
|
|
|
|
|
|
|
|
|
|
| Formats a qualified name, e.g. "{namespace}localName"
|
|
| Produced by Haddock version 2.3.0 |