472,139 Members | 1,507 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,139 software developers and data experts.

Outer and innerXML

What is the differnce between outerXML and innerXML.
Jul 17 '07 #1
2 11648
OuterXml returns the current node and it's children. InnerXml only returns
the children.

For more information, see:

http://msdn2.microsoft.com/en-us/lib...ml(VS.71).aspx,
and
http://msdn2.microsoft.com/en-us/lib...ml(VS.71).aspx
"seema" <se***@discussions.microsoft.comwrote in message
news:55**********************************@microsof t.com...
What is the differnce between outerXML and innerXML.
Jul 17 '07 #2
<a>
<b></b>
</a>

OUTER

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

INNER

<b></b>
HTH,

Andreas
"seema" <se***@discussions.microsoft.comwrote in message
news:55**********************************@microsof t.com...
What is the differnce between outerXML and innerXML.

Jul 17 '07 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

6 posts views Thread by Philipp Lenssen | last post: by
3 posts views Thread by Martin Madreza | last post: by
3 posts views Thread by Bas Jaburg | last post: by
1 post views Thread by ALI-R | last post: by
4 posts views Thread by =?Utf-8?B?TWFyaw==?= | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.