Hi I used to work with struts and have some problems now getting into Cocoon. Could you please give me a hint if I'm on the right track?
I have to create an application which creates a document from an xml source with only the parts that the user selected. This includes a couple of steps: 1. Choose a basic configuration (automatic selection of some parts of the xml document to use). I thought of doing this by a CForm where the chosen configuration is stored in the session. 2. Based on the configuration in the session the user may now select in detail which parts of the xml document he wants to use. I also want to store all selected parts in the session with identifiers that are used as attributes in the source xml document to indicate which parts to include.Hi I used to work with struts and have some problems now getting into cocoon. Could you please give me a hint if I'm on the right track? I have to create an application which creates a document from an xml source with only the parts that the user selected. This includes a couple of steps: 1. Choose a basic configuration (automatic selection of some parts of the xml document to use). I thought of doing this by a CForm where the chosen configuration is stored in the session. 2. Based on the configuration in the session the user may now select in detail which parts of the xml document he wants to use. I also want to store all selected parts in the session with identifiers that are used as attributes in the source xml document to indicate which parts to include. 3. The creation of the final document will be done via XSLT where parts are included when they match one of the identifiers stored in the session. Does this look somewhat reasonable or are there better ways? Help would be really appreciated :). Regards, Daniel Süpke 3. The creation of the final document will be done via XSLT where parts are included when they match one of the identifiers stored in the session. Does this look somewhat reasonable or are there better ways? Help would be really appreciated :). Regards, Daniel Süpke --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
