LanguageMachines / libfolia

FoLiA library for C++
https://proycon.github.io/folia
GNU General Public License v3.0
15 stars 7 forks source link

fix id parsing #27

Closed kosloot closed 5 years ago

kosloot commented 5 years ago

libfolia accepts constructions like

<s id="s.1"/>

This should be:

<s xml:id="s.1"/>
kosloot commented 5 years ago

This is a bit related to https://github.com/proycon/folia/issues/64 which should be fixed too

kosloot commented 5 years ago

fixed. no longer accept this