diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2003-02-05 13:19:53 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2003-02-05 13:19:53 +0000 |
| commit | 71531f33450f9a809eab050104e55c84b77b2a9e (patch) | |
| tree | 8c469e513e2e72b999e9a64a9f5177b8ace88c4b /include | |
| parent | ec498e1b33ffef0246296491642facb95b77a743 (diff) | |
| download | android_external_libxml2-71531f33450f9a809eab050104e55c84b77b2a9e.tar.gz android_external_libxml2-71531f33450f9a809eab050104e55c84b77b2a9e.tar.bz2 android_external_libxml2-71531f33450f9a809eab050104e55c84b77b2a9e.zip | |
comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2
* HTMLparser.c tree.c xmlIO.c: comments cleanups
* Makefile.am: use xmllint for doing the RelaxNG tests
* configure.in: preparing 2.5.2 made schemas support default to
on instead of off
* relaxng.c: removed the verbosity
* xmllint.c: added --relaxng option
* python/generator.py python/libxml_wrap.h: prepared the integration
of the new RelaxNG module and schemas
* result/relaxng/*: less verbose output
Daniel
Diffstat (limited to 'include')
| -rw-r--r-- | include/libxml/tree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libxml/tree.h b/include/libxml/tree.h index 0f47268c..13e218b0 100644 --- a/include/libxml/tree.h +++ b/include/libxml/tree.h @@ -740,6 +740,8 @@ xmlAttrPtr xmlSetProp (xmlNodePtr node, const xmlChar *value); xmlChar * xmlGetProp (xmlNodePtr node, const xmlChar *name); +xmlChar * xmlGetNoNsProp (xmlNodePtr node, + const xmlChar *name); xmlAttrPtr xmlHasProp (xmlNodePtr node, const xmlChar *name); xmlAttrPtr xmlHasNsProp (xmlNodePtr node, |
