Commit Graph

8 Commits

Author SHA1 Message Date
Frédéric Péters 304a1a9d3e copied note from LIST_NODES to LIST_XMLNODES since the same behaviour is
present in both.
2007-06-07 00:16:35 +00:00
Frédéric Péters e87094e76a Added (and documented) new members to snippet, necessary to fix namespace for
saml:AuthnContextClassRef used in samlp:RequestedAuthnContext
2006-12-16 09:47:16 +00:00
Damien Laniel 61a4e049bd Added documentation for SNIPPET_XMLNODE 2006-11-13 12:07:11 +00:00
Frédéric Péters 965a869262 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
2005-01-25 19:59:17 +00:00
Frédéric Péters 979dda50ed added SNIPPET_LIST_XMLNODES support (mostly the same thing as SNIPPET_EXTENSION
for the moment)
2005-01-19 10:10:56 +00:00
Frédéric Péters 1ecf9e1123 Moved signature template stuff into xml.c and use XmlSnippet for them; this
should insure proper validation against Liberty XML schemas and should help
adding missing signature support to <Assertion>
2004-12-19 15:24:19 +00:00
Frédéric Péters f5471b3acf added minimal support (only XML, no mapping to URL yet) for
<xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>

added memory management to list* XmlSnippet
2004-12-16 12:32:47 +00:00
Frédéric Péters 03545f1838 new snippet type, SNIPPET_NODE_IN_CHILD, and documented all of the types. 2004-12-08 10:00:35 +00:00