Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > 00062d9a138a4f480a29c418b9a4f3c1 > files > 6

php-pear-HTML_CSS-1.1.3-1mdv2008.1.noarch.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>
      Why use HTML_CSS ?
    </title>
    <link rel="stylesheet" href="book.css" type="text/css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
    <link rel="start" href="index.html" title="HTML_CSS Manual" />
    <link rel="up" href="ch01.html" title=
    "Chapter&nbsp;1.&nbsp;About HTML_CSS" />
    <link rel="prev" href="ch01s02.html" title="Intended Audience" />
    <link rel="next" href="ch02.html" title=
    "Chapter&nbsp;2.&nbsp;FAQ - Frequently Asked Questions" />
<style type="text/css">
/*<![CDATA[*/
 body {
  background-color: white;
  color: black;
 }
 :link { color: #0000FF }
 :visited { color: #840084 }
 :active { color: #0000FF }
 h2.c1 {clear: both}
/*]]>*/
</style>
  </head>
  <body>
    <table class="htmlcssHeader">
      <tr>
        <td>
          <img src="img/pearsmall.gif" align="left" alt="PEAR logo" />
          <h1>
            HTML_CSS : The Definitive Guide
          </h1>
          <div class="navheader">
            <table width="100%" summary="Navigation header">
              <tr>
                <th colspan="3" align="center">
                  Why use HTML_CSS ?
                </th>
              </tr>
              <tr>
                <td width="20%" align="left">
                  <a accesskey="p" href="ch01s02.html">Prev</a>&nbsp;
                </td>
                <th width="60%" align="center">
                  Chapter&nbsp;1.&nbsp;About HTML_CSS
                </th>
                <td width="20%" align="right">
                  &nbsp;<a accesskey="n" href="ch02.html">Next</a>
                </td>
              </tr>
            </table>
          </div><br />
          <br />
        </td>
      </tr>
    </table>
    <div class="sect1" lang="en" xml:lang="en">
      <div class="titlepage">
        <h2 class="title c1">
          <a name="intro.use" id="intro.use"></a>Why use HTML_CSS ?
        </h2>
      </div>
      <div class="toc">
        <dl>
          <dt>
            <span class="sect2"><a href=
            "ch01s03.html#intro.use.features">Features</a></span>
          </dt>
          <dt>
            <span class="sect2"><a href=
            "ch01s03.html#intro.use.requires">System Requirements</a></span>
          </dt>
        </dl>
      </div>
      <p>
        Even if a CSS file is easy to modify (text format), there is no PHP
        interface that provides such degree of handling style sheet
        declarations. Create from scratch or parsing single or multi data
        sources begin really so easy with HTML_CSS.
      </p>
      <div class="sect2" lang="en" xml:lang="en">
        <div class="titlepage">
          <h3 class="title">
            <a name="intro.use.features" id="intro.use.features"></a>Features
          </h3>
        </div>
        <div class="itemizedlist">
          <ul type="disc">
            <li>parse css string.
            </li>
            <li>parse css file.
            </li>
            <li>parse multi-target css data sources at once.
            </li>
            <li>output to inline stylesheet declarations.
            </li>
            <li>output to document internal stylesheet declarations.
            </li>
            <li>output to standalone stylesheet declarations.
            </li>
            <li>output to Array of definitions.
            </li>
            <li>output to string.
            </li>
            <li>output to file.
            </li>
            <li>search for selectors and/or properties using Perl-compatible
            pattern.
            </li>
          </ul>
        </div>
      </div>
      <div class="sect2" lang="en" xml:lang="en">
        <div class="titlepage">
          <h3 class="title">
            <a name="intro.use.requires" id="intro.use.requires"></a>System
            Requirements
          </h3>
        </div>
        <div class="itemizedlist">
          <ul type="disc">
            <li>Webserver IIS or Apache
            </li>
            <li>
              <a class="external" href="http://www.php.net/" title=
              "http://www.php.net/">PHP</a> 4.0.6 or newer (recommended: 4.3.0
              or better).
            </li>
            <li>
              <a class="external" href="http://pear.php.net/" title=
              "http://pear.php.net/">PEAR</a> 1.4.3 or newer (since version
              1.0.1).
            </li>
            <li>
              <a class="external" href=
              "http://pear.php.net/package/HTML_Common" title=
              "http://pear.php.net/package/HTML_Common">PEAR::HTML_Common</a>
              1.2 or newer.
            </li>
          </ul>
        </div>
      </div>
    </div>
    <table class="htmlcssFooter">
      <tr>
        <td align="left">
          HTML_CSS : The Definitive Guide
        </td>
        <td align="right">
          v 1.1.3 : February 18, 2007
        </td>
      </tr>
    </table>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left">
            <a accesskey="p" href="ch01s02.html">Prev</a>&nbsp;
          </td>
          <td width="20%" align="center">
            <a accesskey="u" href="ch01.html">Up</a>
          </td>
          <td width="40%" align="right">
            &nbsp;<a accesskey="n" href="ch02.html">Next</a>
          </td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">
            Intended Audience&nbsp;
          </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top">
            &nbsp;Chapter&nbsp;2.&nbsp;FAQ - Frequently Asked Questions
          </td>
        </tr>
      </table>
    </div>
  </body>
</html>