diff --git a/gxml.doap b/gxml.doap
index 01aeb7531858b50aabcfb5f25b13ada2bf8c0d32..b677c4a9ee90dccadb395a86ecdea2ff3dba2ead 100644
--- a/gxml.doap
+++ b/gxml.doap
@@ -5,12 +5,23 @@
xmlns="http://usefulinc.com/ns/doap#">
GXml
- GObject XML API
- GXml provides a GObject API for manipulating XML.
- Most functionality is provided through libxml2. Currently, GXml
- provides the DOM Level 1 Core API.
-
-
+ GObject XML and Serialization API
+ GXml provides a GObject API for manipulating XML and a Serializable
+ framework from GObject to XML.
+
+ Currently, GXml provides the DOM Level 1 Core API, Basic HTML support, Serialization.
+
+ Provides a set of interfaces to access XML equivalent files with different
+ implementations, some of them based on libxml but able to use different backends.
+
+ It is written in Vala, but provides C API, while it is available to other high level
+ languages, like Python or JavaScript, using GObject Introspection.
+
+ https://wiki.gnome.org/GXml
+
+
+
+