<!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">On 15/03/2025 3:28 pm, Mariano Montone
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:16f30831-1db8-4cf9-a418-b79c74bb8463@gmail.com">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<p>I attach one more cool example.</p>
<p>An XML book with an UML extension:</p>
<p>This is the source:</p>
<pre><book>
<requirements>
<feature>EruditeXMLBookHTML</feature>
<feature>EruditeXMLBookSmalltalk</feature>
<feature>EruditeXMLBookUML</feature>
</requirements>
<chapter>
<title>Intro</title>
<p>Hello world</p>
<p>
<ul>
<li>Hello</li>
<li>World</li>
</ul>
</p>
<p>
<smalltalk>
Object new
</smalltalk>
</p>
<p>
<doit>
Smalltalk inspect
</doit>
</p>
<p>
<uml>
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
</uml>
</p>
</chapter>
</book>
</pre>
<p>I attach PDF with formatted document. <br>
</p>
<br>
</blockquote>
<p>In this case I get</p>
<p>FileDoesNotExistException:
'C:\Users\Hirzel\AppData\Local\Temp\erudite-uml-cd64c3686a0ecfe8ab2985d5e69e05010f514ce1.png'</p>
<p>Any suggestions how to debug the PlantUML rendering? An
'NotesOnImplementation.md' in your Erudite github repo would be
helpful.</p>
<p>--Hannes<br>
</p>
<p><br>
</p>
</body>
</html>