summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-11-25 17:15:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-11-25 17:15:57 +0200
commit741f84835e207e219eb3093eaad845c941ba2818 (patch)
treeebcbf5660ba2e873b273aff23d8af53336a3bf87 /NEWS
parente8c564ba614889b0aa80fae0f66ee932f87decb0 (diff)
New example that shows how to embed schema grammar into application
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 45b0d1e..eed2630 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,10 @@ Version 3.3.0
types in the XML Schema namespace using the export symbol provided
with the --export-symbol option.
+ * New example, embedded, shows how to embed the binary representation of
+ the schema grammar into an application and then use it to parse and
+ validate XML documents.
+
* New example, custom/mixed, shows how to use type customization to parse
and serialize mixed content.