We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given this simple FoLiA document:
<?xml version="1.0" encoding="UTF-8"?> <FoLiA xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://ilk.uvt.nl/folia" xml:id="id.1" generator="libfolia-v2.16" version="2.5.1"> <metadata type="internal"> <annotations/> </metadata> <speech xml:id="speech.1"/> </FoLiA>
folialint accepts this, but produces:
<?xml version="1.0" encoding="UTF-8"?> <FoLiA xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://ilk.uvt.nl/folia" xml:id="id.1" generator="libfolia-v2.16" version="2.5.1"> <metadata type="native"> <annotations/> ...
NOTE the change in metadata type!
foliavalidator produces:
<?xml version='1.0' encoding='utf-8'?> <FoLiA xmlns="http://ilk.uvt.nl/folia" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="id.1" version="2.5.1" generator="foliapy-v2.5.8"> <metadata type="internal"> <annotations> ...
so it preserves the metadata type attribute. @proycon I assume that is the correct behavior?
type
The text was updated successfully, but these errors were encountered:
attempted fix for #54
6b21212
fix seems OK
Sorry, something went wrong.
proycon
kosloot
No branches or pull requests
Given this simple FoLiA document:
folialint accepts this, but produces:
NOTE the change in metadata type!
foliavalidator produces:
so it preserves the metadata
type
attribute.@proycon I assume that is the correct behavior?
The text was updated successfully, but these errors were encountered: