- added xmlRemoveProp
- changed the way Windows socket stuff get included
- removed an indetermination xmLDecl/PI(xml...)
- xmlNewNs wasn't checking for double definition
- fixed a problem with dist-hook duplicates
- fixed the loading of external entities APIs, now xmlLoadExternalEntity()
  is used everywhere
- now the xhtml spec validates with the xhtml DTD.
- error.c: fixed crashes in case of no input stream
- added the xhtml spec and dtds to the validation tests and results
Daniel
diff --git a/result/ns4 b/result/ns4
index fb7bc3e..fb37243 100644
--- a/result/ns4
+++ b/result/ns4
@@ -1,2 +1,24 @@
 <?xml version="1.0"?>
-<diagram xml:lang="en" xml:link="simple" xml:space="preserve" testattr="test"/>
+<!DOCTYPE doc SYSTEM "doc.dtd">
+<?xml-stylesheet type="text/xml"
+href="#style1"?>
+<doc>
+  <head>
+    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" id="style1" version="1.0">
+      <xsl:import href="doc.xsl"/>
+      <xsl:template match="id(&apos;foo&apos;)">
+        <fo:block font-weight="bold">
+          <xsl:apply-templates/>
+        </fo:block>
+      </xsl:template>
+      <xsl:template match="xsl:stylesheet">
+<!-- ignore -->
+      </xsl:template>
+    </xsl:stylesheet>
+  </head>
+  <body>
+    <para id="foo">
+...
+</para>
+  </body>
+</doc>