Annotation of embedaddon/libxml2/test/XPath/docs/simple, revision 1.1.1.1

1.1       misho       1: <?xml version="1.0"?>
                      2: <EXAMPLE prop1="gnome is great" prop2="&amp; linux too">
                      3:   <head>
                      4:    <title>Welcome to Gnome</title>
                      5:   </head>
                      6:   <chapter>
                      7:    <title>The Linux adventure</title>
                      8:    <p>bla bla bla ...</p>
                      9:    <image href="linus.gif"/>
                     10:    <p>...</p>
                     11:   </chapter>
                     12: </EXAMPLE>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>