forked from fengbird/JavaWebCoreNote
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrontpage.xml
More file actions
121 lines (89 loc) · 2.39 KB
/
frontpage.xml
File metadata and controls
121 lines (89 loc) · 2.39 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE frontPage
[
<!ENTITY languageMenu SYSTEM "../Data/languageLabels.inc">
]
>
<frontPage lang='eng' xmlns:html="http://www.w3.org/TR/REC-html40"
idref="z19991208">
<menu>
<items>
<a id="index" target="_top" class="naviBlack" href="../Output/example1.html">Start</a>
<a id="index" target="_top" class="naviBlack" href="../General/examples.html">Index</a>
</items>
</menu>
<languageMenu>
&languageMenu;
</languageMenu>
<head>
<author id="nicmila"/>
<author id="jiratj"/>
<title>XPath Tutorial</title>
</head>
<body>
<section>
<title>Introduction</title>
<para>
XPath is described in <html:a href="http://www.w3.org/TR/xpath">XPath 1.0 standard</html:a>. In this tutorial selected XPath features are demonstrated on many examples.
</para>
</section>
<section>
<para>You can start from :</para>
<list>
<item><html:a href="../Output/example1.html">Example 1</html:a></item>
</list>
<para>or from the left-side panel.</para>
</section>
<section>
<title>See also</title>
<list>
<item>
<html:a href="http://www.zvon.org:9001/saxon/cgi-bin/XLab/XML/xlabIndex.html?stylesheetFile=XSLT/xlabIndex.xslt">XLab</html:a> - interactive XPath experiments
</item>
<item>
<link idref="z19991207">XML tutorial</link>
</item>
<item>
<link idref="z19991203">DTD tutorial</link>
</item>
<item>
<link idref="z20000810d">XML Namespace tutorial</link>
</item>
<item>
<link idref="z20001220">XHTML 1.0 reference</link>
</item>
<item>
<link idref="z20001221">XHTML Basic reference</link>
</item>
</list>
</section>
<zvonXSLT/>
<section>
<title>Credits</title>
<list>
<item>Miloslav Nic - programming and examples</item>
<item>Jiri Jirat - tree view of examples</item>
</list>
</section>
<keywords/>
<any-ref author='nicmila' type='xml'/>
<zvon/>
<downloads/>
</body>
<appendix>
<referrer id="XPath+Tutorial"/>
<copyright id="systinet" year="2000"/>
<zvonLink id="zvonLink1"/>
<licence id="FDL"/>
<licence id="GPL"/>
<program id="saxon"/>
<program id="python"/>
<program id="batik"/>
</appendix>
<indexFrame upbarlink="../Output/_upbar.html">
<links/>
<frameset cols="250,*">
<frame name="mainIndex" src="../Output/examples.html"/>
<frame name="mainWindow" src="../Output/introduction.html"/>
</frameset>
</indexFrame>
</frontPage>