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
MooseModel root add: mooseModel
Sent from my iPhone
On 14 Nov 2013, at 01:26, Stéphane Ducasse stephane.ducasse@inria.fr 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 Moose-dev@iam.unibe.ch 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 yuriy.tymchuk@me.com wrote:
MooseModel root add: mooseModel
Sent from my iPhone
On 14 Nov 2013, at 01:26, Stéphane Ducasse stephane.ducasse@inria.fr
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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch 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 tudor@tudorgirba.com wrote:
Or simpler: moodeModel install.
Doru
On Thu, Nov 14, 2013 at 3:52 AM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote: MooseModel root add: mooseModel
Sent from my iPhone
On 14 Nov 2013, at 01:26, Stéphane Ducasse stephane.ducasse@inria.fr 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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev