Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Corrected typo. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | expected-onlymandatory |
Files: | files | file ages | folders |
SHA3-256: |
0248883e86891318aa9d4b7967263d37 |
User & Date: | rolf 2020-05-01 14:12:10 |
Context
2020-05-01
| ||
21:55 | Corrected typo. check-in: ac452581b3 user: rolf tags: expected-onlymandatory | |
14:12 | Corrected typo. check-in: 0248883e86 user: rolf tags: expected-onlymandatory | |
2020-04-30
| ||
01:12 | wip check-in: 366abdbead user: rolf tags: expected-onlymandatory | |
Changes
Changes to doc/schema.xml.
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
<command><method>prefixns</method> <m>?prefixUriList?</m></command>
<desc>This method gives control to a prefix (or
abbreviation) to namespace URI mapping. Everywhere a
namespace argument is expected in the schema command methods
you may use the "prefix" pointing to the namespace
URI in the current prefixUriList, set by this method. If the
list map the same prefix to different namespace URIs the
frist one win. If there isn't such a prefix the namespace
argument is used literally as namespace URI. If the method
is called without argument it returns the current
prefixUriList. If the method is called with the empty string
any namespace URI arguments are used literally. This is the
default.
</desc>
</commanddef>
|
| |
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
<command><method>prefixns</method> <m>?prefixUriList?</m></command>
<desc>This method gives control to a prefix (or
abbreviation) to namespace URI mapping. Everywhere a
namespace argument is expected in the schema command methods
you may use the "prefix" pointing to the namespace
URI in the current prefixUriList, set by this method. If the
list map the same prefix to different namespace URIs the
first one win. If there isn't such a prefix the namespace
argument is used literally as namespace URI. If the method
is called without argument it returns the current
prefixUriList. If the method is called with the empty string
any namespace URI arguments are used literally. This is the
default.
</desc>
</commanddef>
|