summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/selection-example-1.c2
-rw-r--r--docs/examples/selection-example-1.css4
-rw-r--r--docs/examples/selection-example-1.xml4
3 files changed, 8 insertions, 2 deletions
diff --git a/docs/examples/selection-example-1.c b/docs/examples/selection-example-1.c
index ab94492..4932a86 100644
--- a/docs/examples/selection-example-1.c
+++ b/docs/examples/selection-example-1.c
@@ -5,7 +5,7 @@
*
* To compile it using gcc, type
*
- * gcc `croco-config --cflags` `croco-config --libs` -o selection-example-1 selection-example-1.c
+ * gcc -g `croco-config --cflags` `croco-config --libs` -o selection-example-1 selection-example-1.c
*
* @author Stefan Seefeld <seefeld@sympatico.ca>
*/
diff --git a/docs/examples/selection-example-1.css b/docs/examples/selection-example-1.css
index a50fdb4..044e053 100644
--- a/docs/examples/selection-example-1.css
+++ b/docs/examples/selection-example-1.css
@@ -35,3 +35,7 @@ entry[type=notice] note[id=bar]
{
padding : 5px;
}
+
+note + notea {
+ color: notea-color ;
+}
diff --git a/docs/examples/selection-example-1.xml b/docs/examples/selection-example-1.xml
index 90724d3..4c3f558 100644
--- a/docs/examples/selection-example-1.xml
+++ b/docs/examples/selection-example-1.xml
@@ -2,11 +2,13 @@
<report>
<entry type="notice">
<note id="foo"/>
+ <notea/>
<note id="bar"/>
</entry>
<entry>
+ <notea/>
<note/>
<note id="foo"/>
<note id="bar"/>
</entry>
-</report> \ No newline at end of file
+</report>