TEIC / atop

Another TEI ODD Processor
Other
9 stars 2 forks source link

`<attRef>` needs to be handled in the transpile stage #25

Closed martindholmes closed 4 months ago

martindholmes commented 6 months ago

Currently, the <attRef> element is ignored in the ATOP transpile stage, but we have concluded that it should survive to the PLODD stage, and be handled there. This enables changes to attributes in classSpecs to be handled in the derivation stage, and the <attRef> then inherits those changes at the transpile stage; this is what the current stylesheets appear to do, and seems intuitive to us.

martindholmes commented 5 months ago

@HelenaSabel and I working in the branch iss-25-attRef-in-plodd have implemented attRef handling in the transpile stage, and added an instance to a test PLODD, and confirmed that the output looks right. However, we now need to add valid and invalid instances to the elements_in_classes PLODD test suite to be sure that things are working properly.

martindholmes commented 4 months ago

This is done. Closing.