diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-01-19 10:10:56 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-01-19 10:10:56 +0000 |
| commit | 979dda50ed08dd29b90b0b40fe4f9e9aafd59ddb (patch) | |
| tree | d95fe00120610db8ec405cae73c8cff143f030a5 /docs | |
| parent | 4388b8855d000762f1b418a0d773c81dd9681638 (diff) | |
| download | lasso-979dda50ed08dd29b90b0b40fe4f9e9aafd59ddb.tar.gz lasso-979dda50ed08dd29b90b0b40fe4f9e9aafd59ddb.tar.xz lasso-979dda50ed08dd29b90b0b40fe4f9e9aafd59ddb.zip | |
added SNIPPET_LIST_XMLNODES support (mostly the same thing as SNIPPET_EXTENSION
for the moment)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/reference/snippet-types.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/reference/snippet-types.rst b/docs/reference/snippet-types.rst index 75a802b5..03b351dc 100644 --- a/docs/reference/snippet-types.rst +++ b/docs/reference/snippet-types.rst @@ -60,6 +60,15 @@ SNIPPET_LIST_CONTENT <Name>Value-n</Name> </Parent> +SNIPPET_LIST_XMLNODES + + <Parent> + <Value-1/> + <Value-2/> + <Value-3/> + </Parent> + + SNIPPET_EXTENSION (for <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>) |
