I have the following string that I want to convert to a presentable XML format. Presentable meaning, properly indented and carriage returned at appropriate spots. For some reason, I cant seem to get this to work.
<HTML><SSISLog><PackageProperty><PackageName>Package</PackageName><PackageID>{67D67690-D437-42DB-80A2-A7FB68353E70}</PackageID></PackageProperty></SSISLog></HTML>'
Can I use the xml task to do this job? Any inbuilt stored procedures for the same?