Пакет xhtmltranscoder: Информация

    Исходный пакет: xhtmltranscoder
    Версия: 1.0.007-alt1_1jpp6
    Собран:  20 сентября 2010 г. 18:10
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: http://xhtmltranscoder.sourceforge.net

    Лицензия: LGPL
    О пакете: Convert broken HTML to XHTML
    Описание: 
    XHTMLTranscoder is an Open Source Java class that quickly
    converts broken HTML code to well-formed XHTML.
    XHTMLTranscoder is a fast transcoder useful to convert HTML
    code in real-time.
    This class do not check headers, it checks only the general
    rules for tags, attributes and nesting:
    * tags (elements) names in lowercase (eg: <ACRONYM> become
      <acronym>);
    * attributes names in lowercase (eg: <acronym TITLE="example">
      become <acronym title="example">);
    * unquoted attributes (eg: <acronym title=example> become
      <acronym title="example">);
    * elements nesting (eg: <b><i>hello</b></i> become
      <b><i>hello</i></b>);
    * elements termination (eg: <p>hello world ... become
      <p>hello world ...</p>);
    * unminimized attributes (eg: <input type="checkbox" checkedu/>s
       become <input type="checkbox" checked="checked" />);
    * unterminated empty tags (eg: <br> become <br />);
    * preserve other languages elements (php, asp, jsp, ...)
    The HTML documents transcoded using the XHTMLTranscoder
    class are generally recognized as valid XHTML document by
    the W3C Markup Validation Service.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    xhtmltranscoder (noarch)
    xhtmltranscoder-javadoc (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

      1. jpackage-compat
      2. jpackage-utils >= 0:5.0.0
      3. junit
      4. /proc
      5. ant >= 1.6.5
      6. ant-junit
      7. htmlentities
      8. htmlstrings
      9. xmlconfigreader

    Последнее изменение


    3 сентября 2010 г. Igor Vlasenko 1.0.007-alt1_1jpp6
    - new version