Hi Kumar,
You can use the ObjectParamRule to pass literal strings (or other objects) to methods. There is also a PathCallParamRule class in CVS, but it was added since the last release so you would need to download it from CVS. Regards, Simon On Tue, 2003-10-21 at 03:03, Kumar Pankaj wrote: > Hi Gurus, > > I have been totally stumped by this. > I want to set a property in Java bean based on the pattern (it does not have any > attributes) > Following is my simple XML > > <?xml version="1.0" encoding="UTF-8"?> > <content> > <Film> > <Keyword>Tom Cruise</Keyword> > <Headline> > <TextTitleHi>Mission Impossible</TextTitleHi> > </Headline> > </Film> > <Literature> > <Keyword>Vikram Seth</Keyword> > <Headline> > <TextTitleHi>Principles of Life</TextTitleHi> > </Headline> > </Literature> > </content> > > > For this, i want to create a single Java object named Content and set the propoerty > called category to Film when it comes to Film pattern. Now, I have not been able to > use either <set-properties-rule> or <call-method-rule> because none of them can pass > the pattern name as parameters to the methods. > > Thanks in Advance, > Pankaj > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
