Visual Studio Code – UBL 2.1 XML deserialization C# list/array
I have trouble to deserialize part of invoice XML. Tag cac:InvoiceLine is repeating. I need help to make list/array for element InvoiceLine and do foreach loop and extract values from child elements. This is example of XML file <?xml version="1.0"…