summaryrefslogtreecommitdiff
path: root/test/xmlid
Commit message (Collapse)AuthorAgeFilesLines
* relaxed id() to not check taht the name(s) passed are actually NCName,Daniel Veillard2004-04-182-0/+6
| | | | | | | | | | | * xpath.c: relaxed id() to not check taht the name(s) passed are actually NCName, decided this in agreement with Aleksey Sanin since existing specs like Visa3D broke that conformance checking and other tools seems to not implement it sigh... * SAX2.c: check attribute decls for xml:id and the value is an NCName. * test/xmlid/id_err* result/xmlid/id_err*: added error testing Daniel
* adding xml:id draft support adding 4 first regression tests DanielDaniel Veillard2004-04-094-0/+7
* SAX2.c include/libxml/tree.h: adding xml:id draft support * Makefile.am test/xmlid/id_tst* result/xmlid/id_tst*: adding 4 first regression tests Daniel