diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2007-06-07 00:16:35 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2007-06-07 00:16:35 +0000 |
| commit | 304a1a9d3e42bdd24033bb383161370410691971 (patch) | |
| tree | e0c3491838deee72011085c1276886b8c77625a7 /docs/reference | |
| parent | 0456a5fa1c53cc9f13a343d3893ab4d0f6be5aa8 (diff) | |
| download | lasso-304a1a9d3e42bdd24033bb383161370410691971.tar.gz lasso-304a1a9d3e42bdd24033bb383161370410691971.tar.xz lasso-304a1a9d3e42bdd24033bb383161370410691971.zip | |
copied note from LIST_NODES to LIST_XMLNODES since the same behaviour is
present in both.
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> |
