[jira] Updated: (SLING-857) Support XSL transformations when importing XML for initial-content
[ https://issues.apache.org/jira/browse/SLING-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vidar S. Ramdal updated SLING-857: -- Attachment: SLING-857-tests.patch Adding testcase, see http://markmail.org/message/3sx5bjvqe3dyg6hn > Support XSL transformations when importing XML for initial-content > -- > > Key: SLING-857 > URL: https://issues.apache.org/jira/browse/SLING-857 > Project: Sling > Issue Type: New Feature > Components: JCR Contentloader >Reporter: Vidar S. Ramdal >Assignee: Felix Meschberger >Priority: Minor > Fix For: JCR Contentloader 2.0.4 > > Attachments: SLING-857-tests.patch, SLING-857.diff > > > As described at http://markmail.org/thread/qxi6qw77vgymrdim > Implementing support for XSL transformations while loading initial-content > XML, by looking for the xml-stylesheet processing instruction. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Updated: (SLING-857) Support XSL transformations when importing XML for initial-content
[ https://issues.apache.org/jira/browse/SLING-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vidar S. Ramdal updated SLING-857: -- Attachment: SLING-857.diff Working with XmlReader, I found that it would be useful to support CDATA sections in the XML that is being processed. Until now, XmlReader would happily ignore any CDATA, making it impossible to specify HTML as a property value. Now, XmlReader treats CDATA as text. > Support XSL transformations when importing XML for initial-content > -- > > Key: SLING-857 > URL: https://issues.apache.org/jira/browse/SLING-857 > Project: Sling > Issue Type: New Feature > Components: JCR Contentloader >Reporter: Vidar S. Ramdal >Assignee: Felix Meschberger >Priority: Minor > Fix For: JCR Contentloader 2.0.4 > > Attachments: SLING-857.diff > > > As described at http://markmail.org/thread/qxi6qw77vgymrdim > Implementing support for XSL transformations while loading initial-content > XML, by looking for the xml-stylesheet processing instruction. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Updated: (SLING-857) Support XSL transformations when importing XML for initial-content
[ https://issues.apache.org/jira/browse/SLING-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vidar S. Ramdal updated SLING-857: -- Attachment: (was: SLING-857.diff) > Support XSL transformations when importing XML for initial-content > -- > > Key: SLING-857 > URL: https://issues.apache.org/jira/browse/SLING-857 > Project: Sling > Issue Type: New Feature > Components: JCR Contentloader >Reporter: Vidar S. Ramdal >Assignee: Felix Meschberger >Priority: Minor > Fix For: JCR Contentloader 2.0.4 > > > As described at http://markmail.org/thread/qxi6qw77vgymrdim > Implementing support for XSL transformations while loading initial-content > XML, by looking for the xml-stylesheet processing instruction. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Updated: (SLING-857) Support XSL transformations when importing XML for initial-content
[ https://issues.apache.org/jira/browse/SLING-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vidar S. Ramdal updated SLING-857: -- Attachment: SLING-857.diff The first patch contained a bug, which would skip some attributes in processing instructions. Please apply this patch instead. > Support XSL transformations when importing XML for initial-content > -- > > Key: SLING-857 > URL: https://issues.apache.org/jira/browse/SLING-857 > Project: Sling > Issue Type: New Feature > Components: JCR Contentloader >Reporter: Vidar S. Ramdal >Assignee: Felix Meschberger >Priority: Minor > Fix For: JCR Contentloader 2.0.4 > > Attachments: SLING-857.diff > > > As described at http://markmail.org/thread/qxi6qw77vgymrdim > Implementing support for XSL transformations while loading initial-content > XML, by looking for the xml-stylesheet processing instruction. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Updated: (SLING-857) Support XSL transformations when importing XML for initial-content
[ https://issues.apache.org/jira/browse/SLING-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vidar S. Ramdal updated SLING-857: -- Attachment: (was: SLING-857.diff) > Support XSL transformations when importing XML for initial-content > -- > > Key: SLING-857 > URL: https://issues.apache.org/jira/browse/SLING-857 > Project: Sling > Issue Type: New Feature > Components: JCR Contentloader >Reporter: Vidar S. Ramdal >Assignee: Felix Meschberger >Priority: Minor > Fix For: JCR Contentloader 2.0.4 > > Attachments: SLING-857.diff > > > As described at http://markmail.org/thread/qxi6qw77vgymrdim > Implementing support for XSL transformations while loading initial-content > XML, by looking for the xml-stylesheet processing instruction. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Updated: (SLING-857) Support XSL transformations when importing XML for initial-content
[ https://issues.apache.org/jira/browse/SLING-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vidar S. Ramdal updated SLING-857: -- Attachment: SLING-857.diff Patch for the jcr/contentloader bundle. This implements support for processing instructions in initial-content XML. The reference to the XSL file is relative to the location of the XML file. For relative URLs (bundle:// protocol) to work, you must set felix.service.urlhandlers=true in sling.properties. > Support XSL transformations when importing XML for initial-content > -- > > Key: SLING-857 > URL: https://issues.apache.org/jira/browse/SLING-857 > Project: Sling > Issue Type: New Feature > Components: JCR Contentloader >Reporter: Vidar S. Ramdal >Assignee: Vidar S. Ramdal >Priority: Minor > Fix For: JCR Contentloader 2.0.4 > > Attachments: SLING-857.diff > > > As described at http://markmail.org/thread/qxi6qw77vgymrdim > Implementing support for XSL transformations while loading initial-content > XML, by looking for the xml-stylesheet processing instruction. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.