metanorma / tex2mn

Write Metanorma documents in LaTeX
https://www.metanorma.com
MIT License
2 stars 0 forks source link

Only use in-schema RDF attributes #69

Closed paolobrasolin closed 4 years ago

paolobrasolin commented 4 years ago

To avoid situations like https://github.com/metanorma/tex2mn/issues/66 and allow validating the intermediate xml with ltx schema, we should avoid custom attributes (and skipping validation).

An alternative solution would be to define an mn namespace and structure those attributes. Perhaps that's overkill, though.

paolobrasolin commented 4 years ago

Ok, no schema extensions were needed. I was able to handle this by careful usage of ltx:rdf. A related issue remains open: #67