|
| Text.XML.HXT.RelaxNG.Utils | | Portability | portable | | Stability | stable | | Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
|
|
|
| Description |
| Helper functions for RelaxNG validation
|
|
| 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"
|
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.4.2 |