Bug #332
geschlossenxmllint: 0BUILD:1: parser error : XML declaration allowed only at the start of the document
Beschreibung
aqbanking includes configuration files for gwbuild. Simply running xmllint to perform a raw validation check git fails with:
$ cd ~/src/aqbanking
$ xmllint 0BUILD
0BUILD:1: parser error : XML declaration allowed only at the start of the document
^
The appended patch, which is based on commit 989c337b fixes those issues.
Dateien
Von martin vor etwa 12 Stunden aktualisiert
- Status wurde von New zu Closed geändert
thanks, applied to git.
Just for clarification: Those files are never read by any other XML parser than that of Gwenhywfar (which wouldn't even need the <XML> element), but it's nice to know that they could be now ;-)
Von rhabacker vor etwa 11 Stunden aktualisiert
martin schrieb (#note-1):
Just for clarification: Those files are never read by any other XML parser than that of Gwenhywfar (which wouldn't even need the <XML> element), but it's nice to know that they could be now ;-)
Extensions in the build system in aqbanking would also have to be available in gwbuild, so in my opinion it makes sense to have a syntax checking option for the 0BUILD files.