User-851967432 posted
Hi All,
I can't seem to wrap my head around this and am hoping you can help.
I have an XElement and I need to implement an XLST inside one of the nodes from an array as follows:
Dim Errors() as string
Dim myXML as XElement = <Parent><Errors>Need to loop through above array and add a new row for each item here</Errors></Parent>
Any help appreciated.
Adam