Index: /trunk/test/data/styles/label-from-tag.mapcss
===================================================================
--- /trunk/test/data/styles/label-from-tag.mapcss	(revision 3989)
+++ /trunk/test/data/styles/label-from-tag.mapcss	(revision 3989)
@@ -0,0 +1,40 @@
+/*
+ * Simple test style sheet. Includes a style for nodes where the label is derived
+ * from the value of a specific tag.
+ *
+ */
+ 
+meta {
+    title: "Test style - Deriving labels from tags";
+}
+
+canvas {
+    background-color: #000000;
+}
+
+node {
+   text: my_label_tag;  /* take the value of the tag 'my_label_tag' as text */
+   text-color: white;   
+   font-size: 12;
+}
+
+/*
+ * Simple test style sheet. Includes a style for nodes where the label is derived
+ * from the value of a specific tag.
+ *
+ */
+ 
+meta {
+    title: "Test style - Deriving labels from tags";
+}
+
+canvas {
+    background-color: #000000;
+}
+
+node {
+   text: my_label_tag;  /* take the value of the tag 'my_label_tag' as text */
+   text-color: white;   
+   font-size: 12;
+}
+
