all groups > dotnet xml > july 2007 >
You're in the

dotnet xml

group:

Outer and innerXML


Outer and innerXML seema
7/16/2007 5:18:04 PM
dotnet xml:
Re: Outer and innerXML Brandon Gano
7/16/2007 6:51:23 PM
OuterXml returns the current node and it's children. InnerXml only returns
the children.

For more information, see:

http://msdn2.microsoft.com/en-us/library/system.xml.xmlnode.outerxml(VS.71).aspx,
and
http://msdn2.microsoft.com/en-us/library/system.xml.xmlnode.innerxml(VS.71).aspx


[quoted text, click to view]
Re: Outer and innerXML Andreas
7/17/2007 12:00:00 AM
<a>
<b></b>
</a>

OUTER

<a>
<b></b>
</a>

INNER

<b></b>


HTH,

Andreas


[quoted text, click to view]

AddThis Social Bookmark Button