<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><br>
</p>
<div class="moz-cite-prefix">El 12/3/25 a las 14:34, Mariano Montone
escribió:<br>
</div>
<blockquote type="cite"
cite="mid:9eef4f61-7ea2-49ae-aec1-a919017e91ca@gmail.com">
<pre><book>
<schemas>
<schema src="smalltalk.schema"/>
<schema src="plots.schema"/>
</schemas>
<section title="My section">
<smalltalk>
Object inspect
</smalltalk>
<plot> ... </plot>
</section>
</book>
</pre>
<p>with smalltalk and plot elements specified in the schemas, and
they can be specified via inheritance, smalltalk element
inheriting from code element, etc.</p>
<p>I think DocBook schemas supports this to some extent, but they
are either too complicated, or they don't support inheritance,
or I am wrong. </p>
</blockquote>
When loading such a book from Erudite, it would load EruditePlots,
and EruditeSmalltalk packages, which contain parsers for the
elements and also renderers.<br>
</body>
</html>