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 _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
MooseModel root add: mooseModel
Sent from my iPhone > On 14 Nov 2013, at 01:26, Stéphane Ducasse <[hidden email]> wrote: > > 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 > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Or simpler: moodeModel install. Doru On Thu, Nov 14, 2013 at 3:52 AM, Yuriy Tymchuk <[hidden email]> wrote: MooseModel root add: mooseModel "Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Yes install I just found it during a network failure here :)
On Nov 14, 2013, at 6:02 AM, Tudor Girba <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |