commit | 48da91009715d1fcafa5f2b48b58e4009a41e998 | [log] [tgz] |
---|---|---|
author | Daniel Veillard <veillard@src.gnome.org> | Tue Aug 07 01:10:10 2001 +0000 |
committer | Daniel Veillard <veillard@src.gnome.org> | Tue Aug 07 01:10:10 2001 +0000 |
tree | b75a9e9546394d1298e2dc70b03f5df8eb4a65fb | |
parent | 50f3437111a6428b4852740e83db4848b0b09a97 [diff] |
allow to inherit attributes from the DTD directly in the tree, this is * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h: allow to inherit attributes from the DTD directly in the tree, this is needed for XPath and can be a useful feature. Inherited namespaces are always provided at the tree level now * test/defattr* result/defattr* result/noent/defattr*: added a couple of tests for this feature (XSLT being the prime user). Daniel