Tagged Questions
3
votes
3answers
528 views
Cocoon lite / XML and XSLT publishing framework
What publishing frameworks (publishing only, NOT full-blown CMS) based on XML, XSLT sitemaps and pipelines exist, are stable, active, and simpler / lighter than Cocoon?
I have glanced at:
mod_xslt ...
1
vote
2answers
846 views
Cocoon - Pipeline: Transform XML with XSL twice?
My problem is to setup the Cocoon sitemap.xmap in a way, that it first makes a transformation of an XML file with XSL, which I can then use for my own transformation.
I have following files:
...
1
vote
2answers
365 views
Cocoon escape query parameters problem
I'm maintaining Cocoon 2.1 application and I faced serious problem with request parameters.
Consider following url:
...
1
vote
4answers
557 views
Cocoon 2.2? Is it worthwhile or bad news?
I am looking to use Cocoon for a couple of sites I am creating. I will make heavy use of xml, xsl and conversion to html, pdf and excel on the sites. I am attracted to coccon as it implements these ...
0
votes
0answers
52 views
Session handling into two different XSLT files
I have two xslt files and i want to create session in one xslt file and modify it in another xslt file.
i have wrote below code in one xslt file
<session:createcontext name="user_context"/>
...