diff options
| author | Emmanuel Raviart <eraviart@entrouvert.com> | 2005-02-08 00:34:58 +0000 |
|---|---|---|
| committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2005-02-08 00:34:58 +0000 |
| commit | 32bc5ad3616a474311060ecaa8552b1804c3fdb0 (patch) | |
| tree | 28e0a2d2c3adf5c84747b391979d74ea8ada941d | |
| parent | c045349030410f25e2edef0ddbc94569d8234fd2 (diff) | |
Added missing snippet for element "any" in dst:NewData.
| -rw-r--r-- | lasso/xml/dst_new_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/dst_new_data.c b/lasso/xml/dst_new_data.c index a0cdb501..8e207cd0 100644 --- a/lasso/xml/dst_new_data.c +++ b/lasso/xml/dst_new_data.c @@ -41,7 +41,7 @@ /*****************************************************************************/ static struct XmlSnippet schema_snippets[] = { - /* FIXME : implement xs:any type */ + { "", SNIPPET_LIST_XMLNODES, G_STRUCT_OFFSET(LassoDstNewData, any) }, {NULL, 0, 0} }; |
