[ 
https://issues.apache.org/jira/browse/FELIX-541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591272#action_12591272
 ] 

Didier DONSEZ commented on FELIX-541:
-------------------------------------

Anne
You can transform the OBR index in HTML using this Ant target

        <target name="transform" depends="bindex">
                <xslt in="${repository.file}" out="${repository.file.html}" 
style="obr2html.xsl">
                        <outputproperty name="method" value="xml"/>
                        <outputproperty name="standalone" value="yes"/>
                        <outputproperty name="encoding" value="ISO-8859-1"/>
                        <outputproperty name="indent" value="yes"/>
                </xslt>
        </target>
with the attached xslt

> allow repository.xml to reference to xsl file
> ---------------------------------------------
>
>                 Key: FELIX-541
>                 URL: https://issues.apache.org/jira/browse/FELIX-541
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-1.4.0
>         Environment: any
>            Reporter: Gerodolle
>         Attachments: obr2html.xsl
>
>
> It would be nice to allow an "xml-stylesheet" information in a repository.xml 
> file, so as to display the repository information in a browser.
> This could be done either by putting a <xml-sheet> tag in the plugin 
> configuration , or by preserving the information that may have been put by 
> hand in the previous repository.xml file (maybe simply preserve any 
> information outside the "<repository> tag ? )

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to