Hi guys
I'm going over the tutorial that andre did to add XML in Moose and I have
| xmlDoument visitor mooseModel|
mooseModel := MooseModel new.
mooseModel name: 'XML-Tests'.
visitor := XMLNodeVisitor new mooseModel: mooseModel.
xmlDoument := XMLDOMParser parse: XMLExamples shiporderXMLDoc.
xmlDoument accept: visitor.
Now I thought that all the models would be shown in the moose finder but this is not the
case.
How do I properly add a model there?
Stef