cgamba - 2007-07-10

Hi!
I have an html page but with no html, head nor body tag. I have only the code (that will be put in another page's body).
In this page I have some html comments which I need to reach and to parse.
For example:

<!-- TEMPLATE TIPO 1 TABELLA id=28 version=8 -->

I need to get all these comments and access to their attributes. Which kind of filter should I use? Or how can I do?
Thank you!

Cinzia