XNode to string for a child element without namespace

bigs15

New Member
\[code\]`<div xmlns="http://www.com"<div class="child"></div></div>`\[/code\]When i get the child element using xpath and do tostring() it adds the parent namespace to it. How can i get the content without namespace in it.
 
Back
Top