configurationengine/doc/plugins/contentml-plugin/example.content
changeset 0 2e8eeb919028
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/doc/plugins/contentml-plugin/example.content	Thu Mar 11 17:04:37 2010 +0200
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<content xmlns="http://www.s60.com/xml/content/2">
+  <tag name='target' value='foo'/>
+  <output dir="test/out" flatten='true'>
+    <input file="foobar/input/file1.txt"/>
+  </output>
+  <output dir="content">
+    <input>
+      <include files="test/override.txt, test/s60.txt"/>
+    </input>
+  </output>
+  <output dir="include" flatten='true'>
+    <input>
+      <include pattern="\.hrh$"/>
+    </input>
+  </output>
+</content>