Hello All

I am trying to parse a web page which is rendered by the JSP engine residing on my local web server.

I am using QT as my client application. So the idea is to parse the page rendered by the server. For e.g. if the page delivered stands as :
<body>
<H1>200789</H1>
</body>

I want to parse out the numeral 200789 and show it in a QT label or line edit.

So can anyone help me with some code snippets here.

Thanks in advance

Sujoy