Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 405A0115D5 for ; Fri, 28 Mar 2014 18:49:30 +0000 (UTC) Received: (qmail 12394 invoked by uid 500); 28 Mar 2014 18:49:25 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 12099 invoked by uid 500); 28 Mar 2014 18:49:18 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 11787 invoked by uid 99); 28 Mar 2014 18:49:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2014 18:49:15 +0000 Date: Fri, 28 Mar 2014 18:49:15 +0000 (UTC) From: "Vjacheslav Borisov (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-5644) Introduce XSLTTransform annotation to support server-side transformations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-5644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13951223#comment-13951223 ] Vjacheslav Borisov commented on CXF-5644: ----------------------------------------- I checked out trunk version, compiled and successully tested server-side transformation with @XSLTTransform and XSLTJaxbProvider It working as expected, and path-resolution matches my needs. But I am think that @XSLTTransform could be used for client-side transformation too (same syntax, possibility to quickly switch from/to client/server side transformation in design and runtime based on browser/accept header) Without it I need different annotations for client and server side: @XMLInstruction("") @XSLTTransform(value="../../stylesheets/testappjava/document.xsl", mediaTypes = "application/xhtml+xml") What do you think about "Should JAXBElementProvider recognize it in method addProcessingInstructions to write out Introduce XSLTTransform annotation to support server-side transformations > ------------------------------------------------------------------------- > > Key: CXF-5644 > URL: https://issues.apache.org/jira/browse/CXF-5644 > Project: CXF > Issue Type: Improvement > Components: JAX-RS > Reporter: Sergey Beryozkin > Priority: Minor > -- This message was sent by Atlassian JIRA (v6.2#6252)