aboutsummaryrefslogtreecommitdiff
path: root/examples/roundtrip/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/roundtrip/README')
-rw-r--r--examples/roundtrip/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/roundtrip/README b/examples/roundtrip/README
index e69de29..3df848e 100644
--- a/examples/roundtrip/README
+++ b/examples/roundtrip/README
@@ -0,0 +1,3 @@
+This example shows how to "roundtrip" an XML document, that is, parse it
+and serialize it back to XML. It can be used as a base for converters and
+filters.