version 0.11
[HTML-TreeBuilder-XPath.git] / index.html
blob73e84fdd079e2b68aaba07580ab1b6fec11f787a
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
6 <link href="http://www.xmltwig.com/favicon.ico" rel="Shortcut Icon" type="image/x-icon"/>
7 <link href="/css/main.css" rel="stylesheet" title="Main Style" type="text/css"/>
8 <link href="/css/full.css" rel="alternate stylesheet" title="Print Style (no menu)" type="text/css"/>
9 <meta content="main" name="template"/>
10 <title>
11 HTML::TreeBuilder::XPath
12 </title>
13 <script language="JavaScript">
14 <!--
15 function changeSheets(whichSheet)
16 { whichSheet=whichSheet-1;
17 if(document.styleSheets)
18 { var c = document.styleSheets.length;
19 for(var i=0;i<c;i++)
20 { if(i!=whichSheet)
21 { document.styleSheets[i].disabled=true; }
22 else
23 { document.styleSheets[i].disabled=false; }
27 //-->
28 </script>
29 </head>
30 <body>
31 <div class="header">
32 <p class="tagline">XML, the Perl Way</p>
33 </div>
34 <div class="main_block">
35 <!-- left column -->
36 <div class="left_column">
37 <a href="/">Home</a>
38 <a href="/xmltwig">XML::Twig</a>
39 <a href="/module/">Modules</a>
40 <a href="/talk/">Talks</a>
41 <a href="/article/">Articles</a>
42 <a href="/tutorial/">Tutorials</a>
43 <a href="/report/">Reports</a>
44 <a href="/tool/">Tools</a>
45 <a href="/pgc/">PGC</a>
46 <a href="/mirod/">mirod</a>
47 <a class="print_link" href="JavaScript:changeSheets(2)">print</a>
48 </div>
49 <!-- main content -->
50 <div class="content">
51 <h1>HTML::TreeBuilder::XPath</h1>
52 <p>HTML::TreeBuilder::XPath uses <a href="../xml-xpathengine">XML::XPathEngine</a> to add
53 <a href="http://www.w3.org/TR/xpath.html">XPath</a> to
54 <a href="http://search.cpan.org/dist/HTML-Tree/">HTML::TreeBuilder</a>. If you
55 <tt>use HTML::TreeBuilder::XPath</tt> instead of <tt>HTML::TreeBuilder</tt> then you get to use
56 methods like <tt>findnodes</tt>, as in <tt>my @nodes= $root-&gt;findnodes( '&lt;xpath_expression&gt;')</tt>
57 or <tt>findvalue</tt> with the full power of XPath..
58 </p>
59 <div class="links">
60 <p>
61 <b>Links:</b> [<span class="doc_html"><a href="Tree-DAG_Node-XPath-0.08/tree-dag_node-xpath.html">documentation</a></span>] [<span class="tar"><a href="Tree-DAG_Node-XPath-0.08.tar.gz">Tree-DAG_Node-XPath-0.08.tar.gz</a></span>] [<span class="link_to_dir"><a href="Tree-DAG_Node-XPath-0.08">browse</a></span>] [<span class="readme"><a href="Tree-DAG_Node-XPath-0.08/README">README</a></span>]</p> </div> </div>
62 </div>
63 <div class="footer">
64 <hr/>
65 <p align="center">
66 Last Updated: Sat Oct 15 14:27:28 2005<br/>
67 copyright © 1998-2005 - Michel Rodriguez - <a href="http://www.xmltwig.com">www.xmltwig.com</a></p>
68 </div>
69 </body>
70 </html>