Please, tell me if my understanding is correct?
File 1:
<?xml version="1.0" encoding="utf-8"?>
<Document xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<VENDORINVOICEHEADERENTITY>
<HEADERREFERENCE>1111111-7f43-4ad7-975d-a3f16055c470</HEADERREFERENCE>
// Data fields
</VENDORINVOICEHEADERENTITY>
<VENDORINVOICEHEADERENTITY>
<HEADERREFERENCE>2222222-7f43-4ad7-975d-a3f16055c470</HEADERREFERENCE>
// Data fields
</VENDORINVOICEHEADERENTITY>
</Document>
File 2:
<?xml version="1.0" encoding="utf-8"?>
<Document xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<VENDORINVOICELINEENTITY>
<HEADERREFERENCE>1111111-7f43-4ad7-975d-a3f16055c470</HEADERREFERENCE>
// Data fields
</VENDORINVOICELINEENTITY>
<VENDORINVOICELINEENTITY>
<HEADERREFERENCE>2222222-7f43-4ad7-975d-a3f16055c470</HEADERREFERENCE>
// Data fields
</VENDORINVOICELINEENTITY>
</Document>
"so what exactly do you have inside? Is there no file for lines? An empty file? A file with some contents?"
André Arnaud de Cal... 291,391 Super User 2024 Season 2
Martin Dráb 230,445 Most Valuable Professional
nmaenpaa 101,156