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
Hi, we're trying to move our TEI document that works correctly in EVT 1.3 into Angular 3.0 version (latest beta).
We setup a dubby domain to host our project but we note that if in the xml file we use the tag <ptr> is not rendered by viewer.
<ptr>
Es: <ptr target="#note1" type="noteAnchor"/>
<ptr target="#note1" type="noteAnchor"/>
and below..
<div type="notes"> <note n="1" xml:id="note1"><emph>Segue annotazione di mano posteriore.</emph></note>
............
-> we got an "Found no source file" (due to type="noteAnchor" we think)
We know that we can/should use instead:
<note place="foot" n="a" xml:id="note1"> <term xml:lang="latin"></term> <emph>Segue</emph> hospitalis <emph>ripetuto. </emph> </note>
Is it a render bug or we're not using the right tag?
Thanks
Paolo
The text was updated successfully, but these errors were encountered:
@paolomarozzi i updated your comment to display your example xml as 'code'
Sorry, something went wrong.
I suspect that <ptr/> is not yet supported in EVT 3, @RenatoCaenaro can you confirm?
<ptr/>
No branches or pull requests
Hi, we're trying to move our TEI document that works correctly in EVT 1.3 into Angular 3.0 version (latest beta).
We setup a dubby domain to host our project but we note that if in the xml file we use the tag
<ptr>
is not rendered by viewer.Es:
<ptr target="#note1" type="noteAnchor"/>
and below..
............
-> we got an "Found no source file" (due to type="noteAnchor" we think)
We know that we can/should use instead:
Is it a render bug or we're not using the right tag?
Thanks
Paolo
The text was updated successfully, but these errors were encountered: