Skip to content
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

Using <ptr> tag generate error "Found no source file" #255

Open
paolomarozzi opened this issue Nov 15, 2024 · 2 comments
Open

Using <ptr> tag generate error "Found no source file" #255

paolomarozzi opened this issue Nov 15, 2024 · 2 comments

Comments

@paolomarozzi
Copy link

paolomarozzi commented Nov 15, 2024

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..

<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

@RenatoCaenaro
Copy link
Collaborator

@paolomarozzi i updated your comment to display your example xml as 'code'

@RobertoRDT
Copy link
Member

RobertoRDT commented Dec 16, 2024

I suspect that <ptr/> is not yet supported in EVT 3, @RenatoCaenaro can you confirm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants