From 03545f18382e16d46a0e1fdb3a3f5138229c0b2f Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Wed, 8 Dec 2004 10:00:35 +0000 Subject: new snippet type, SNIPPET_NODE_IN_CHILD, and documented all of the types. --- docs/reference/snippet-types.rst | 62 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 docs/reference/snippet-types.rst (limited to 'docs') diff --git a/docs/reference/snippet-types.rst b/docs/reference/snippet-types.rst new file mode 100644 index 00000000..58adc7c9 --- /dev/null +++ b/docs/reference/snippet-types.rst @@ -0,0 +1,62 @@ +Snippet Types +============= + +{ name, type, value }; assumes Name as name and Value as value in examples. + +SNIPPET_NODE + + + + + + +SNIPPET_CONTENT + + + Value + + + +SNIPPET_TEXT_CHILD + + + Value + + + +SNIPPET_NAME_IDENTIFIER + + (same result as SNIPPET_NODE) + + +SNIPPET_ATTRIBUTE + + + + +SNIPPET_NODE_IN_CHILD + + + + + + + + +SNIPPET_LIST_NODES + + + + + + + + +SNIPPET_LIST_CONTENT + + + Value-1 + Value-2 + Value-n + + -- cgit