projects
/
m17n
/
m17n-lib-cs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0468e12
)
*** empty log message ***
author
handa
<handa>
Mon, 9 Nov 2009 06:21:41 +0000
(06:21 +0000)
committer
handa
<handa>
Mon, 9 Nov 2009 06:21:41 +0000
(06:21 +0000)
XmlExpr.cs
patch
|
blob
|
history
diff --git
a/XmlExpr.cs
b/XmlExpr.cs
index
2f1bd2f
..
41501be
100644
(file)
--- a/
XmlExpr.cs
+++ b/
XmlExpr.cs
@@
-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