Re: [xml-dev] Understanding the scope of XML catalog
On 02.03.2019 15:53, Imsieke, Gerrit, le-tex wrote: > This is an input document: > > <Invoice xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > xsi:schemaLocation="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 > ../maindoc/UBL-Invoice-2.2.xsd" > xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2" A bit misleading that I still have xsi:schemaLocation here. You can safely omit that attribute and the validation pipeline will still report the same validation errors.