uri.c uri.h: finished the escaping handling, the base support and the URI
path normalization.
Makefile.am: added instructions to generate testURI
TODO: updated
doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
added links and icons for W3C and Gnome
Daniel
diff --git a/Makefile.am b/Makefile.am
index b9d1fed..8ed4141 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@
VERSION_FLAGS = -DLIBXML_VERSION=\"@LIBXML_VERSION@\"
-noinst_PROGRAMS=tester testSAX testHTML testXPath
+noinst_PROGRAMS=tester testSAX testHTML testXPath testURI
bin_SCRIPTS=xml-config
@@ -84,6 +84,9 @@
tests: XMLtests HTMLtests Validtests
+testURI: $(srcdir)/uri.c $(srcdir)/uri.h xmlmemory.o
+ $(CC) $(CFLAGS) -DSTANDALONE -o testURI $(srcdir)/uri.c xmlmemory.o
+
HTMLtests : testHTML
@echo "##"
@echo "## HTML regression tests"