-
Notifications
You must be signed in to change notification settings - Fork 0
Grouping snippets
Suppenhuhn79 edited this page May 12, 2021
·
1 revision
Snippets may be grouped.
<ps:snippet-group name="foo">
<!-- snippets or snippet-groups -->
</ps:snippet-group>
A group may contain multiple snippets and/or multiple snippet-groups. A snippet must not contain groups. But a <ps:snippet>
and a <ps:snippet-group>
sibling nodes may have the same name.
The prefix ps:
used in XML code is the recommended tag prefix for elements of the pageSnippet-namespace:
<ps:pagesnippets xmlns:ps="https://github.com/suppenhuhn79/pagesnippets">