Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

attDef/desc context disregarded #14

Open
peterstadler opened this issue Apr 25, 2016 · 0 comments
Open

attDef/desc context disregarded #14

peterstadler opened this issue Apr 25, 2016 · 0 comments
Labels

Comments

@peterstadler
Copy link
Member

relocating from TEIC/TEI#835.


I've noticed that in the following example, Roma reads manuscript folios as the description for the attribute as a whole, rather than using the default TEI :

<classSpec ident="att.dimensions" mode="change" module="tei" type="atts">
<attList>
<attDef ident="unit" mode="change">
<valList mode="replace" type="closed">
<valItem ident="folios">
<desc>manuscript folios</desc>
</valItem>
<valItem ident="lines">
<desc>lines of text</desc>
</valItem>
<valItem ident="words">
<desc>words of text</desc>
</valItem>
<valItem ident="chars">
<desc>characters of text</desc>
</valItem>
<valItem ident="mm">
<desc>millimetres</desc>
</valItem>
</valList>
</attDef>
</attList>
<classSpec>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant