Is it possible to retrive the character data between tags as well as any tags that are in those tags?
for example, say I have..
Code: Select all
<html>
<head>
</head>
<body>
<table><tr><td>test</td></tr></table>
character data
</body>Code: Select all
<table><tr><td>test</td></tr></table>
character dataThanks