diff options
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/snippet-types.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/reference/snippet-types.rst b/docs/reference/snippet-types.rst index 9f03f942..be1f43af 100644 --- a/docs/reference/snippet-types.rst +++ b/docs/reference/snippet-types.rst @@ -68,6 +68,7 @@ SNIPPET_LIST_CONTENT possible to set 4th and 5th members of snippet to get a different namespace (name, uri).] + SNIPPET_LIST_XMLNODES <Parent> @@ -76,6 +77,11 @@ SNIPPET_LIST_XMLNODES <Value-3/> </Parent> +[note: if there are no other nodes; it is possible to leave snippet name as + the empty string; nodes will then be constructed looking at their names and + namespaces (this is useful for xs:any)] + + SNIPPET_XMLNODE <Parent> |
