Ralph, We use Castor to generate xml from beans using an xsp-action to create an instance of the bean then we use the generator to point to the castor config xml file: <?xml version="1.0"?> <civica xmlns:castor="http://castor.exolab.org/cocoontransfomer"> <castor:InsertBean name="lodgement" scope="session"/> </civica>
The examples kind of explain the usage. Check out my reply to Uwe Gerger on the 16th July. HTH, Tony -----Original Message----- From: Ralph Goers [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 July 2003 1:28 AM To: [EMAIL PROTECTED] Subject: Castor Could someone please explain to me why there is a CastorTransformer but no CastorGenerator? I'd sure like to know what SAX events Castor is transforming. We are returning value objects that are simple beans from our EJB container and it would be very nice to use a Generator that automatically converts them into the SAX events that will be transformed by the pipeline. Ralph Goers Sr. Software Engineer, Software Architecture Digital Insight Corporation web: www.digitalinsight.com voice: 818-878-6020 fax: 818-878-7555 The fine print: this email may contain confidential and privileged material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If you are not the intended recipient please contact the sender and delete all copies. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- This email is from Civica Pty Limited and it, together with any attachments, is confidential to the intended recipient(s) and the contents may be legally privileged or contain proprietary and private information. It is intended solely for the person to whom it is addressed. If you are not an intended recipient, you may not review, copy or distribute this email. If received in error, please notify the sender and delete the message from your system immediately.Any views or opinions expressed in this email and any files transmitted with it are those of the author only and may not necessarily reflect the views of Civica and do not create any legally binding rights or obligations whatsoever. Unless otherwise pre-agreed by exchange of hard copy documents signed by duly authorised representatives, contracts may not be concluded on behalf of Civica by email. Please note that neither Civica nor the sender accepts any responsibility for any viruses and it is your responsibility to scan the email and the attachments (if any). All email received and sent by Civica may be monitored to protect the business interests of Civica. --------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
