0 Replies Latest reply on Dec 18, 2009 6:46 PM by formica

    RESTeasy CSS and XSLT

    formica

      I'm trying to set up xsl for RESTful services deployed in jboss 5.1

       

      Playing with the

      @XmlHeader("<?xml-stylesheet type='text/xsl' href='${basepath}xsl/aligniov.xsl'?>")

      annotation I was trying to get the correct path to the csl file...but I failed.
      Is there something special about the web context here ? Can I use other variables
      inside the href in order to access for example a static web directory ? (I managed
      to get the xsl file only providing the full path : http://....../aligniov.xsl
      Thanks for any help you can provide.
      Andrea