LanguageMachines/libfolia

fix id parsing

kosloot opened this issue · 2 comments

libfolia accepts constructions like

<s id="s.1"/>

This should be:

<s xml:id="s.1"/>

This is a bit related to proycon/folia#64
which should be fixed too

fixed. no longer accept this