Jacob, thank you so much. Hadn't used the XML control before. I now have an ASPX page that displays my XML as HTML so that's great. One thing though - I'm not sure how to now get this HTML as a string. My XML control has the ID submissionXml so I'm using submissionXml.DocumentSource to set the XML source and submissionXml.TransformSource to set the XSL source. However, the ToString() method only seems to write out the control type as a string. I can't find any methods of the XML control that return a string version of the XML. Advice appreciated...
|