From: arto <art...@ed...> - 2003-05-23 14:53:12
|
Hovhannes, I think it is good idea and I'll change it. For complex data like xml I'm not sure how we will differentiate simple String parameter from complex String with xml structure. Artavazd ----- Original Message ----- From: <Hov...@ly...> To: <vcb...@li...> Sent: Friday, May 23, 2003 5:57 PM Subject: [Vcb-framework] inpin firing in testUI > Artavazd, > > Instead of this structure > > <op inPinId="30202" > > <parameter value="" type="int" /> > </op> > > I would suggest to have something like > > <op inPinId="30202" > > <parameter name="param1" type="int">111</paramter> > </op> > > > In that case you can have pins with more that one parameters, and also have > complex xml as a value, for example: > > <op inPinId="30202" > > <parameter name="param1" type="int">111</paramter> > <parameter name="param2" type="int">999</paramter> > </op> > > <op inPinId="30202" > > <parameter name="param1" type="int"> > <abc>xyz</abc> > </paramter> > </op> > > > Thoughts? > > Hovhannes > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ObjectStore. > If flattening out C++ or Java code to make your application fit in a > relational database is painful, don't do it! Check out ObjectStore. > Now part of Progress Software. http://www.objectstore.net/sourceforge > _______________________________________________ > Vcb-framework mailing list > Vcb...@li... > https://lists.sourceforge.net/lists/listinfo/vcb-framework |