[ https://issues.apache.org/jira/browse/COCOON3-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585870#comment-13585870 ]
Hudson commented on COCOON3-72: ------------------------------- Integrated in Cocoon 3.0 #242 (See [https://builds.apache.org/job/Cocoon%203.0/242/]) [COCOON3-72] #resolve (Revision 1449709) Result = SUCCESS ilgrosso : http://svn.apache.org/viewvc/?view=rev&rev=1449709 Files : * /cocoon/cocoon3/trunk/cocoon-sax/src/main/java/org/apache/cocoon/sax/component/XSLTTransformer.java * /cocoon/cocoon3/trunk/cocoon-sax/src/test/java/org/apache/cocoon/sax/component/XSLTTransformerTest.java > Add constructor to XSLTTransformer > ---------------------------------- > > Key: COCOON3-72 > URL: https://issues.apache.org/jira/browse/COCOON3-72 > Project: Cocoon 3 > Issue Type: Improvement > Components: cocoon-sax > Affects Versions: 3.0.0-alpha-3 > Reporter: Olivier Bazoud > Assignee: Francesco Chicchiriccò > Fix For: 3.0.0-beta-1 > > > It would be useful to add a constructor with javax.xml.transform.StreamSource > and a lastModified. > In my use case, xslt is stored in a database and I have a lastModified column. > public XSLTTransformer(StreamSource source, long lastModified) { -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira