forked from technosophos/querypath
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExamples.pkg
More file actions
43 lines (43 loc) · 1.36 KB
/
Copy pathExamples.pkg
File metadata and controls
43 lines (43 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<refentry id="{@id}">
<refnamediv>
<refname>QueryPath Examples</refname>
<refpurpose>Using QueryPath.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<author>
Matt Butcher
<authorblurb>
{@link http://querypath.org Project Founder}
</authorblurb>
</author>
</refsynopsisdiv>
{@toc}
<refsect1 id="{@id intro}">
<title>About QueryPath Examples</title>
<para>
The scripts provided in this package are intended to illustrate how {@link
QueryPath}
can work in various circumstances. Each example is self-contained, and makes
use only of QueryPath and the core extensions.
</para>
<para>
You will find much more information about these examples on the
{@link http://fedorahosted.org/querypath wiki}. There, each example is
explained in detail, and example output is also shown.
</para>
</refsect1>
<refsect1 id="{@id intro}">
<title>Where to begin</title>
<para>
If you are new to QueryPath, you may wish to start with
{@link simple_example.php}, and then move on to {@link xml.php} and
{@link html.php}.
</para>
<para>
As you click on each page, check out the <b>"source code for this file"</b>
link. That will take you to a syntax-highlighted version of the source code.
In most cases, the source code is under 50 lines and includes many comments.
</para>
</refsect1>
</refentry>