Bruce D'Arcus
Bruce D'Arcus
Seems vscode doesn't support relaxng validation, and is dependent on [this issue](https://github.com/eclipse/lemminx/issues/237) to add it.
> Are RNC and XSD feature compatible? There are numerous XSD validators for vsscode? It might be possible to automatically generate an unofficial XSD schema from the RNC for use...
> ... if pandoc is the sole consumer of CSL-YAML, it seems better to escape. The point of me opening this issue is to explore the possibility of promoting wider...
I'm not discouraging you; just providing context ;-) I certainly would like md support.
I don't really have a problem with the basic idea. But we need a fully fleshed out proposal to evaluate. For the schema, what's the datatypes? For the spec, what's...
So on my datatype question, that's here (xsd:language): ``` layout.locale = attribute locale { list { xsd:language+ } } ``` I have no objection.
To clarify, couldn't your example be handled currently using `cs:choose`?
> Sure, but you'll have to add that to every style. If we had a modular solution you could just hook that into any style. This seems an important point,...
What I'm asking, is what's the difference between this: ``` xml ... ``` ... and this: ``` xml ... ```
So `@language` on `cs:choose` is about the content of the reference data, and `@language` as proposed here is about the target language of the output? If that's the distinction, it...