Hi!
I'm seeking for any way to get the whole content from detarminated node, including its HTML tags. Any ideas to accomplish it???
e.g.
<note>
<b><i>Please note that I am a British and Australiancitizen who is a <u>green card holder</u> as of 12th May, 1999.</i></b>
</note>
Obs: In this case I need to return whole content from node <note> as HTML.
<b><i>Please note that I am a British and Australiancitizen who is a <u>green card holder</u> as of 12th May, 1999.</i></b>
Kindest Regards,
marcoBR