From: Oleg T. <he...@us...> - 2005-01-04 09:39:35
|
Update of /cvsroot/mvp-xml/Common/v1/src/XPath In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3863/v1/src/XPath Modified Files: XPathNavigatorReader.cs Log Message: Added Serialization classes to the Common module. Index: XPathNavigatorReader.cs =================================================================== RCS file: /cvsroot/mvp-xml/Common/v1/src/XPath/XPathNavigatorReader.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- XPathNavigatorReader.cs 1 Jan 2005 22:38:04 -0000 1.7 +++ XPathNavigatorReader.cs 4 Jan 2005 09:39:25 -0000 1.8 @@ -137,7 +137,7 @@ get { return _fragment || - //_navigator.NodeType == XPathNodeType.ProcessingInstruction || + _navigator.NodeType == XPathNodeType.ProcessingInstruction || _navigator.NodeType == XPathNodeType.Comment; } } |