I have to develop a VB Component that reads through a defined XML document and then dynamically build HTML or ASP code which will be splatted into an existing template on the web server. The Component will sit on an APP server so I don't think it will have the IIS capabilities to use the webclass object.
I haven't got a problem with parsing the XML or displaying the html code in a browser from VB.
My question actually relates to physically building up the html code within VB. I'm finding it very long winded having to build all the tags up as I loop through the XML tags.
So I was interested if anyone knows of a easier method of coding this please ?
Cheers and apologies if this is in the incorrect section.
I haven't got a problem with parsing the XML or displaying the html code in a browser from VB.
My question actually relates to physically building up the html code within VB. I'm finding it very long winded having to build all the tags up as I loop through the XML tags.
So I was interested if anyone knows of a easier method of coding this please ?
Cheers and apologies if this is in the incorrect section.