1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs, Daniel

This commit is contained in:
Daniel Veillard
1999-07-15 14:24:29 +00:00
parent d79d787092
commit 1566d3a91b
43 changed files with 9353 additions and 1200 deletions

12
test/XPath/docs/simple Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0"?>
<EXAMPLE prop1="gnome is great" prop2="&amp; linux too">
<head>
<title>Welcome to Gnome</title>
</head>
<chapter>
<title>The Linux adventure</title>
<p>bla bla bla ...</p>
<image href="linus.gif"/>
<p>...</p>
</chapter>
</EXAMPLE>