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
<num> elements should be copied as is. (deep copy) <orig> when it is the child of <p> should be copied as is. (deep copy)
<num>
<orig>
<p>
Note that <orig> can also appear as a child of <choice>. That is handled differently.
<choice>
The text was updated successfully, but these errors were encountered:
<num> and <orig> should NOT have a <w> element around them. When you see a <num> or <orig>, it should just be copied. Ex: gada0001 original
<w>
<p><lb/>Vexilla<lb break="no"/>tio <expan><abbr>Leg</abbr><ex>ionis</ex></expan> <lb/><num value="6">VI</num> <expan><abbr>Ferr</abbr><ex>atae</ex></expan></p>
should be
<p><lb/><w>Vexilla<lb break="no"/>tio</w> <w><expan><abbr>Leg</abbr><ex>ionis</ex></expan></w> <lb/><num value="6">VI</num> <w><expan><abbr>Ferr</abbr><ex>atae</ex></expan></w></p>
where the word Vexilla is surrounded by a <w>, each <expan> elements is surrounded by a <w> element, but the <num> element is copied as is.
Vexilla
<expan>
Ideally, the num element will also have xml:id="gada0001-xx" - in order to be able to re-create the KWIC view.
Sorry, something went wrong.
lukehollis
No branches or pull requests
<num>
elements should be copied as is. (deep copy)<orig>
when it is the child of<p>
should be copied as is. (deep copy)Note that
<orig>
can also appear as a child of<choice>
. That is handled differently.The text was updated successfully, but these errors were encountered: