How to generate xml document with dynamic data

Hi,
I have a scenario to generate XML document with dynamic data .Need to take data through an action then automatically required XML document should be generated

Could you please help me on this

OriginalPostID-255853

  Discussion posts and replies are publicly visible

Parents
  • Custom java plugins may come handy ,but as such in my limited knowledge there are no ootb for serializing an object. We used to handle this situation using string concatenation inside rules. Inside the rule an xml template will be placed, with appropriate place holders as incoming parameters. Basically the rule returns a well formatted XML document with the provided parameters.
Reply
  • Custom java plugins may come handy ,but as such in my limited knowledge there are no ootb for serializing an object. We used to handle this situation using string concatenation inside rules. Inside the rule an xml template will be placed, with appropriate place holders as incoming parameters. Basically the rule returns a well formatted XML document with the provided parameters.
Children