[jira] [Commented] (COCOON3-96) Add support for internal-only pipelines

2012-04-03 Thread Simone Tripodi (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/COCOON3-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13245561#comment-13245561
 ] 

Simone Tripodi commented on COCOON3-96:
---

Hi Grosso!

well done and thanks for taking care! just a request: can we move the 
{{isInternalOnly}} detail outside the Pipeline APIs? I mean, that is a method 
needed in the sitemap, while Pipeline APis have to be work as a library also 
outside Cocoon, it doesn't make a lot of sense to users - like me (blush) - 
that are focused on the lower level library only.

How those kind of users should interpret it, outside the Cocoon product?

TIA
-Simo

 Add support for internal-only pipelines
 -

 Key: COCOON3-96
 URL: https://issues.apache.org/jira/browse/COCOON3-96
 Project: Cocoon 3
  Issue Type: Improvement
  Components: cocoon-sitemap
Affects Versions: 3.0.0-beta-1
Reporter: Francesco Chicchiriccò
Assignee: Francesco Chicchiriccò
 Fix For: 3.0.0-beta-1


 Cocoon 2.1 [1] and 2.2 [2] used to have support for internal-only pipelines, 
 i.e. pipelines evaulated for internal (i.e. cocoon:/) requests only.
 Such feature would be very useful in C3 as well, of course replacing 
 cocoon:/ with servlet:/
 [1] http://cocoon.apache.org/2.1/faq/faq-sitemap.html
 [2] http://cocoon.apache.org/2.2/core-modules/core/2.2/835_1_1.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (COCOON3-82) Allow Saxon to be used as a XSLT transformer

2011-12-13 Thread Simone Tripodi (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/COCOON3-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13168804#comment-13168804
 ] 

Simone Tripodi commented on COCOON3-82:
---

Having Saxon working in C3 would indeed awesome - I am not sure, due to Saxon 
license, any Saxon-based code can be included in Cocoon.

Can you provide a patch to show the integration works? I made tests with XSLT-C 
just using the SPI pattern, by adding in the classpath 
{{META-INF/services/javax.xml.transform.TransformerFactory}} file containing 
the XSLT-C {{org.apache.xalan.xsltc.trax.TransformerFactoryImpl}} factory - it 
should work with Saxon as well, but it would be wonderful having the proof :)

 Allow Saxon to be used as a XSLT transformer
 

 Key: COCOON3-82
 URL: https://issues.apache.org/jira/browse/COCOON3-82
 Project: Cocoon 3
  Issue Type: Improvement
  Components: cocoon-sax
Affects Versions: 3.0.0-beta-1
Reporter: Huib Verweij

 In order to use XSLT 2.0 features (and beyond) in a XSLT transform I need to 
 be able to use Saxon as a transformer. In C2.2 this could be done.
 There is a way of defining the transformer to be used in the system settings: 
  
 -Djavax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl. 
 This might work, I am not sure, but then the choice of XSLT processor is gone 
 - but that is perhaps not important?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira