From 965a8692622f573930acfa1e880dc3adbb0457d2 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 25 Jan 2005 19:59:17 +0000 Subject: Empty node name is allowed for LIST_NODES; this allows nodes to be reconstructed looking at their names and namespaces. This is useful to implement xs:any --- docs/reference/snippet-types.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/reference/snippet-types.rst b/docs/reference/snippet-types.rst index 03b351dc..9390de74 100644 --- a/docs/reference/snippet-types.rst +++ b/docs/reference/snippet-types.rst @@ -51,6 +51,10 @@ SNIPPET_LIST_NODES +[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_LIST_CONTENT -- cgit