Processor drops patterns from imported RELAX NG with the same name as a generated pattern #623
Labels
status: needsDiscussion
Council has not yet been able to agree on how to proceed.
type: bug
A bug report.
Take for example the tei_odds.odd customization: https://tei-c.org/Vault/P5/current/xml/tei/custom/odd/tei_odds.odd.
It imports the RELAX NG grammar via moduleRef/@url:
The grammar defines a pattern with the name "param" (Line 205).
If you transpile the tei_odds.odd to RELAX NG you get a grammar that also defines a pattern with the name "param", but for the TEI param element:
The pattern from the RELAX NG with the name "param" is gone while all other patterns from the grammar are still present.
The text was updated successfully, but these errors were encountered: