You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Pier Paolo Bortone <pi...@netengineering.it> on 2001/02/12 16:09:56 UTC

Complex question about XSP

Hi, 
I think that I don't understood like XSP architecture works.
Why?
6 months ago I have implemented an architecture where I have:

- 1 XML file for any user profile (i.e. admin, client, employee). This XML file is simil to slides example of cocoon demo, infact contains all pages of the site.
- 2 XSL file common at all user profiles. The first to select the page requested and the second to format the page in HTML format. These also silmil to slides example.

The XML file is load from servlet (in DOM) that merge the DB data in the XML section requested, after it is processed by the first XSL and the result is processed by the second XSL and the result string is sent to the client.

All works fine, but is very difficult to manage, and the JVM uses much memory.

NOW I want to convert all to  COCOON XSP technology but holding all my working on XML and XSL files.

I have tried several solution but I'm not able to integrate or to transform my first XSL logic (at the first processing step) with XSP logic. It is possible?

Help. Thanks in advance.

Pier Paolo.