aboutsummaryrefslogtreecommitdiff
path: root/examples/hybrid/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hybrid/README')
-rw-r--r--examples/hybrid/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/hybrid/README b/examples/hybrid/README
index e69de29..89ad83a 100644
--- a/examples/hybrid/README
+++ b/examples/hybrid/README
@@ -0,0 +1,3 @@
+This example shows how to implement hybrid, partially in-memory, partially
+streaming parsing and serialization. It includes a sample implementation
+of a DOM-like representation of raw XML (dom.?xx).