http://msdn.microsoft.com/en-us/library/bb498651(VS.85).aspx
Have a look at this one, the document is a mshtml document
http://msdn.microsoft.com/en-us/libr....document.aspx
Cor
"rhitam" <(E-Mail Removed)> wrote in message
news:b03bb63c-2036-4ae2-acce-(E-Mail Removed)...
On May 5, 3:37 pm, "Cor Ligthert[MVP]" <Notmyfirstn...@planet.nl>
wrote:
> Be aware that it is almost impossible what you ask, because there is
> mostly
> not only text between the body tags, but also images, flash, JavaScript
> etc.
>
> But too get things between the body tags you need MSHTML (The namespace
> around the DOM), it depends how you retrieve the page how you use that.
>
> Cor
All the html pages i need to parse are already located on the same
machine as the server. Actually i am trying to create a word document
using xml n xsl transform with c# .Now that part is done , and only
to provide a set of offline content , i have to append the html
contents of a set of webpages at the end of the document. Do u still
think MSHTML is the only way? I tried searching for htmlcontainerclass
but could not fine any useful code sample. Maybe someone could provide
some code sample? i will be using the c# code in a DLL which would be
called from classic asp.
-Rhitam