[seed] doc: Add weather example to example index



commit 7ba47f1f7a09b87f3261bfa4259e7875d2ec0f1c
Author: Robert Carr <racarr svn gnome org>
Date:   Wed May 13 22:04:01 2009 -0400

    doc: Add weather example to example index
---
 doc/index.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/doc/index.html b/doc/index.html
index 7b2e272..43a7981 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -77,6 +77,8 @@ Seed has a wide variety of examples <a href="http://git.gnome.org/cgit/seed/tree
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/xml/xml-dom.js";>xml-dom</a> - Demonstrates the use of the libxml module for basic document access using DOM methods.</li>
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/xml/xml-tree.js";>xml-tree</a> - Demonstrates the use of the libxml module for basic document access using the document tree. </li>
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/xml/xml-xpath.js";>xml-xpath</a> - Demonstrates the use of the libxml module for basic document access using XPath. </li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/xml/weather.js";>weather</a> - Demonstrates the use of XPath and Soup to check the weather using Yahoo. </li>
+
 
 
 </ul>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]