[Cuis-dev] EruditeXMLBook example

H. Hirzel hannes.hirzel at gmail.com
Mon Mar 17 02:48:40 PDT 2025


On 15/03/2025 3:28 pm, Mariano Montone wrote:
>
> I attach one more cool example.
>
> An XML book with an UML extension:
>
> This is the source:
>
> <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>
>
> I attach PDF with formatted document.
>
>
In this case I get

FileDoesNotExistException: 
'C:\Users\Hirzel\AppData\Local\Temp\erudite-uml-cd64c3686a0ecfe8ab2985d5e69e05010f514ce1.png'

Any suggestions how to debug the PlantUML rendering? An 
'NotesOnImplementation.md' in your Erudite github repo would be helpful.

--Hannes

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20250317/dd936cb0/attachment.htm>


More information about the Cuis-dev mailing list