aboutsummaryrefslogtreecommitdiff
path: root/examples/xhtml/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-08-10 18:30:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-08-10 18:30:25 +0200
commit5d1ba0388af2f66d1d83db755361d3b2eb5f68ad (patch)
treef265cbe1ae81a84631e4a2d63dfd471a30404633 /examples/xhtml/README
parent60366c5e3e326eb0d5b828ba8bbd81f317cd24e3 (diff)
Add streaming API to serializer
Show what can be done with it in the xhtml example.
Diffstat (limited to 'examples/xhtml/README')
-rw-r--r--examples/xhtml/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/xhtml/README b/examples/xhtml/README
new file mode 100644
index 0000000..dcc25c1
--- /dev/null
+++ b/examples/xhtml/README
@@ -0,0 +1,2 @@
+This example shows how to define a simple C++-embedded domain-specific
+language (EDSL) for a particular XML vocabulary, XHTML5 in this case.