|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
FW: Perfbase Update delete columnHi Joachim, I want to delete a column from an experiment. How do I do that with perfbase update -d [].xml ? what's the deletion format for the XML File ? Thanks, /Amir Ancel/ */Performance/* */Mellanox Technologies Ltd./* --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: FW: Perfbase Update delete columnAmir Ancel wrote:
> > > Hi Joachim, > > I want to delete a column from an experiment. > > How do I do that with perfbase update -d [].xml ? > > what's the deletion format for the XML File ? Hi Amir, I assume by "deleting a column", you mean you want to remove a parameter or result value from the experiment? In this case, you need to add an attribute action="drop" to the <parameter> or <result> element, like: <parameter action="drop"> <name>foo</name> </parameter> Joachim -- Joachim Worringen, Software Architect, Dolphin Interconnect Solutions phone ++49/(0)228/324 08 17 - http://www.dolphinics.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
RE: FW: Perfbase Update delete columnThanks it worked like a charm.
Is there somewhere a full option Manual for the xml descreption files? Thanks, Amir Ancel Performance -----Original Message----- From: Joachim Worringen [mailto:joachim@...] Sent: Monday, November 19, 2007 11:38 To: users@... Subject: Re: [perfbase-users] FW: Perfbase Update delete column Amir Ancel wrote: > > > Hi Joachim, > > I want to delete a column from an experiment. > > How do I do that with perfbase update -d [].xml ? > > what's the deletion format for the XML File ? Hi Amir, I assume by "deleting a column", you mean you want to remove a parameter or result value from the experiment? In this case, you need to add an attribute action="drop" to the <parameter> or <result> element, like: <parameter action="drop"> <name>foo</name> </parameter> Joachim -- Joachim Worringen, Software Architect, Dolphin Interconnect Solutions phone ++49/(0)228/324 08 17 - http://www.dolphinics.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: FW: Perfbase Update delete columnAmir Ancel wrote:
> Thanks it worked like a charm. > > Is there somewhere a full option Manual for the xml descreption files? The documentation generated from the docbook XML is unfortunately very incomplete, but the DTD files (in the dtd subdirectory) are up-to-date and in sync with the implementation. They do even contain some comments, but at least list all valid attributes. Many of them speak for themselves. If not, the mailing list will give an answer... Generally, with the DTD's and a DTD-aware XML editor (I use emacs), you can very easily edit and validate the perfbase XML files. Joachim -- Joachim Worringen, Software Architect, Dolphin Interconnect Solutions phone ++49/(0)228/324 08 17 - http://www.dolphinics.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
| Free embeddable forum powered by Nabble | Forum Help |