0 Replies Latest reply on Dec 19, 2008 9:34 AM by sherkan777

    html compressor for xhtml files?

    sherkan777

      Hi,
      I'm looking for html(JSF xhtml, facelets files) compressor, which will compress my xhtml files, without breaking any JSF, Facelets, RichFaces tags, to production serwer.
      I mean


      <h:outputText id="lastLogin" value="#{gameAction.lastLogin}" style="color: #DAA520;" />




      to compresss this code, and remove white spaces etc. to one line code, which could be well interpreted by JBoss serwer and compiled to pure html.



      That' would be excellent to attach this compressor to ant deploy file:)
      Do you know any one?