Hi, I was advised to use XMLwriter to build HTML documents in order to display them in webbrowser object. Creating doctype and startelements like HTML,BODY is OK..but I am experiencing 2 main problems:
- I cannot add tags like
<br>
. Using WriteString skips<
and>
. - The output string is one line - I would need something like writeLine. You know, when I display source its all in the first line.
Thanks