Hi, I have two working pages that there is now a requirement to merge into a single page. The information in each is obtained through custom generators that use java code and xmlbeans to create the xml output. My problem is that I don't want to create a new xsd that combines them as they are unrelated pieces of information and I do not know how to merge the two xml documents otherwise. The xml is not written to file so I cannot simply include them as parts of an aggregate, at least as far as I know. Is there a good way for me to call each generator and merge the two xml files returned? I am open to suggestions of other ways to accomplish this.
Thanks, James -- View this message in context: http://www.nabble.com/How-do-I-use-multiple-custom-generators-for-a-single-page--tp16834860p16834860.html Sent from the Cocoon - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
