On Fri, Jan 22, 2010 at 4:40 PM, Jonathan Squirawski wrote: > Hi, > > The xmlreader documentation said the same thing for both > . Is it a documentation > error or the two functions do exactly the same thing ? >
There definitely is a difference between what they do (inner returns the text of all child nodes, outer returns the tag of the current node too, IIRC). And yes, I was confused too by the identical documentation http://www.gnu.org/projects/dotgnu/pnetlib-doc/System/Xml/XmlTextReader.html#XmlTextReader.ReadInnerXml%20Method -- Life is complex, with real and imaginary parts _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
