File: index.html

package info (click to toggle)
gxml 0.20.4%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,364 kB
  • sloc: xml: 131,277; ansic: 786; javascript: 328; python: 88; makefile: 35; sh: 11
file content (17 lines) | stat: -rw-r--r-- 651 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
  <header>
    <title>GXML Documentation</title>
    <link rel="stylesheet" href="styles.css">
  </header>
  <body>
    <h1>About GXml</h1>
    <p>GXml is a library providing DOM4 and XSD API based on GObject.</p>
    <p>GXml provides wrapping around libxml2 and a pure GObjec implementation,
      along with CSS Selectors, XPath expressions ans serialization of GObject
      classes to XML and back.</p>
    <p>For more recent details, checkout
      <a href="https://gitlab.gnome.org/GNOME/gxml/wikis/home">GXml's wiki</a>.</p>
    <h1>Development</h1>
    <p>Represent the <a href="dev/index.html">master branch</a>.</p>
  </body>
</html>