Imported Upstream version 1.5
[routino] / xml / routino-tagging-nomodify.xml
index 0674870..28f127d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
 <!-- ============================================================
-     $Header: /home/amb/routino/xml/RCS/routino-tagging-nomodify.xml,v 1.2 2010/06/26 19:26:47 amb Exp $
+     $Header: /home/amb/routino/xml/RCS/routino-tagging-nomodify.xml,v 1.5 2010/09/17 17:40:55 amb Exp $
 
      An XML format file containing Routino tagging rules - copy the input file
      directly to the output with no modifications (e.g. importing a file dumped
 <routino-tagging xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                  xsi:noNamespaceSchemaLocation="http://www.routino.org/xml/routino-tagging.xsd">
 
-  <!-- Node rules are not currently used -->
+  <!-- -------------------- Node rules -------------------- -->
 
   <node>
+
+    <!-- Copy everything from input to output -->
+
+    <if>
+      <output />
+    </if>
+
   </node>
 
-  <!-- Way rules (copy everything from input to output) -->
+  <!-- -------------------- Way rules -------------------- -->
 
   <way>
 
+    <!-- Copy everything from input to output -->
+
     <if>
       <output />
     </if>
 
   </way>
 
-  <!-- Relation rules are not currently used -->
+  <!-- -------------------- Relation rules -------------------- -->
 
   <relation>
+
+    <!-- Copy everything from input to output -->
+
+    <if>
+      <output />
+    </if>
+
   </relation>
 
 </routino-tagging>