<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>title</title>
</head>
<body>
<a href="aaa.asp?id=1"> I want to get this text </a>
<script>
var test=function()
{}
</script>
</body>
</html>
and the result is: line:7, position :4 content:
var test=function()
{}