Edit

kc3-lang/libxml2/test/XPath/docs/simple

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1999-07-15 14:24:29
    Hash : 1566d3a9
    Message : Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs, Daniel

  • test/XPath/docs/simple
  • <?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>