*** empty log message ***
authorhanda <handa>
Mon, 9 Nov 2009 06:21:41 +0000 (06:21 +0000)
committerhanda <handa>
Mon, 9 Nov 2009 06:21:41 +0000 (06:21 +0000)
XmlExpr.cs

index 2f1bd2f..41501be 100644 (file)
@@ -2459,6 +2459,7 @@ namespace System.Xml
 
       using (XmlTextReader reader = new XmlTextReader (url, Symbol.NameTable))
        {
+         reader.WhitespaceHandling = WhitespaceHandling.None;
          do {
            reader.Read ();
          } while (reader.NodeType != XmlNodeType.None