-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
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
Data ES-PV #510
base: data
Are you sure you want to change the base?
Data ES-PV #510
Conversation
The list of errors is here, you should see it: |
Your corpus is not still valid: So I am suggesting the following procedure:
If you have any questions in any step of this plan, you can always open an issue, but please start from the top and first deliver a valid TEI sample version. |
@miruskieta Can you please reduce the sample size - it is too huge to be validated.
|
@@ -7,7 +7,7 @@ | |||
<title xml:lang="eu" type="main">Eusko Legebiltzarra Osoko Bilkura 2015-02-12</title> | |||
<meeting corresp="#ES-PV" ana="#parla.sitting" n="2015-02-12">2015-02-12</meeting> | |||
<meeting corresp="#ES-PV" ana="#parla.session" n="1055-1058">Osoko Bilkura 1055-1058</meeting> | |||
<meeting corresp="#ES-PV" ana="#parla.term" n="X">Legegintzaldia X</meeting> | |||
<meeting corresp="#ES-PV" ana="#parla.term" #ES-PV.10" n="X">Legegintzaldia X</meeting> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@miruskieta, this is not valid XML !!! should be:
<meeting corresp="#ES-PV" ana="#parla.term #ES-PV.10" n="X">Legegintzaldia X</meeting>
you have additional "
No description provided.