15999N/A<!DOCTYPE REFENTRY PUBLIC "-//Sun Microsystems//DTD DocBook V3.0-Based SolBook Subset V2.0//EN" [
15999N/A<!--ArborText, Inc., 1988-1999, v.4002-->
15999N/A<!--ARC : LSARC 2001/201 GNOME 2.X on Solaris-->
15999N/A<!ENTITY cmd "libcroco-0.6">
15999N/A<!ENTITY % commonents SYSTEM "smancommon.ent">
15999N/A%commonents;
15999N/A<!ENTITY % booktitles SYSTEM "booktitles.ent">
15999N/A%booktitles;
15999N/A<!ENTITY suncopy "Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved.">
15999N/A]>
15999N/A<?Pub UDT _bookmark _target>
15999N/A<?Pub Inc>
15999N/A<refentry id="libcroco-06-3">
15999N/A<!-- %Z%%M% %I% %E% SMI; -->
15999N/A<refmeta><refentrytitle>&cmd;</refentrytitle><manvolnum>3</manvolnum>
15999N/A<refmiscinfo class="date">26 Feb 2009</refmiscinfo>
15999N/A<refmiscinfo class="sectdesc">&man3;</refmiscinfo>
15999N/A<refmiscinfo class="software">&release;</refmiscinfo>
15999N/A<refmiscinfo class="arch">generic</refmiscinfo>
15999N/A<refmiscinfo class="copyright">&suncopy;</refmiscinfo>
15999N/A</refmeta>
15999N/A<indexterm><primary>&cmd;</primary></indexterm>
15999N/A<indexterm><primary>
15999N/ACSS Toolkit for GNOME
15999N/A</primary></indexterm><refnamediv id="libcroco-06-3-name">
15999N/A<refname>&cmd;</refname><refpurpose>
15999N/ACSS Toolkit for GNOME
15999N/A</refpurpose></refnamediv>
15999N/A<refsect1 id="libcroco-06-3-desc"><title>&desc-tt;</title>
15999N/A<para>
15999N/AThe <filename>&cmd;</filename> library provides a generic Cascading Style Sheet
15999N/A(CSS) parsing and manipulation toolkit that can be used by GNOME applications
15999N/Ain need of CSS support. <filename>&cmd;</filename> includes the following:
15999N/A</para>
15999N/A<itemizedlist>
15999N/A<listitem>
15999N/AA parser module that provides:
15999N/A<itemizedlist>
15999N/A<listitem>
15999N/AA SAC like api. SAC stands for Simple Api for CSS. SAC is an event driven API
15999N/Awich resembles SAX in the xml world.
15999N/A</listitem>
15999N/A<listitem>
15999N/AA CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model.
15999N/A</listitem>
15999N/A<para>
15999N/A<filename>&cmd;</filename> implements the CSS Level 2 specification, the CSS
15999N/Aforward compatibility rules and the CSS cascading rules.
15999N/A</para>
15999N/A</listitem>
15999N/A</listitem>
15999N/A<listitem>
15999N/A<para>
15999N/AA CSS2 selection engine
15999N/A</para>
15999N/A<para>
15999N/AGiven an XML element node and a stylesheet cascade, the
15999N/A<filename>&cmd;</filename> selection engine can evalutate the CSS selectors of
15999N/Athe cascade and return the style properties associated to the XML element node.
15999N/A</para>
15999N/A<para>
15999N/A</listitem>
15999N/A<listitem>
15999N/A<para>
15999N/AAn XML/CSS layout/rendering engine
15999N/A</para>
15999N/A<para>
15999N/A<filename>&cmd;</filename> has a rendering engine that provides a widget
15999N/Athat knows how to render an XML document by interpreting the style information
15999N/Apresent in an associated style sheet.
15999N/A</para>
15999N/A</refsect1>
15999N/A<refsect1 id="libcroco-06-3-file"><title>&file-tt;</title>
15999N/A<para>The following files are used by this application:</para>
15999N/A<variablelist termlength="wide">
15999N/A<varlistentry><term>
15999N/A<filename>/usr/lib/&cmd;.so</filename></term>
15999N/A<listitem><para>
15999N/A<command>&cmd;</command> shared library.
15999N/A</para>
15999N/A</listitem></varlistentry>
15999N/A</variablelist></refsect1>
15999N/A<refsect1 id="libcroco-06-3-attr"><title>&attr-tt;</title>
15999N/A<para>See <olink targetdocent="REFMAN5" localinfo="attributes-5"><citerefentry>
15999N/A<refentrytitle>attributes</refentrytitle><manvolnum>5</manvolnum></citerefentry></olink>
15999N/Afor descriptions of the following attributes:</para>
15999N/A<informaltable frame="all">
15999N/A<tgroup cols="2" colsep="1" rowsep="1"><colspec colname="COLSPEC0" colwidth="1*">
15999N/A<colspec colname="COLSPEC1" colwidth="1*">
15999N/A<thead>
15999N/A<row>
15999N/A<entry align="center" valign="middle">ATTRIBUTE TYPE</entry>
15999N/A<entry align="center" valign="middle">ATTRIBUTE VALUE</entry>
15999N/A</row>
15999N/A</thead>
15999N/A<tbody>
15999N/A<row>
15999N/A<entry><para>Availability</para></entry>
18745N/A<entry><para>library/libcroco</para></entry>
15999N/A</row>
15999N/A<row>
15999N/A<entry colname="COLSPEC0"><para>Interface stability</para></entry>
15999N/A<entry colname="COLSPEC1"><para>Volatile</para></entry>
15999N/A</row>
15999N/A</tbody>
15999N/A</tgroup>
15999N/A</informaltable>
15999N/A</refsect1>
15999N/A<refsect1 id="libcroco-06-3-also"><title>&also-tt;</title>
15999N/A<!--Reference to another man page-->
15999N/A<!--Reference to a Help manual-->
15999N/A<!--Reference to a book.-->
15999N/A<para>
16140N/A<citerefentry><refentrytitle>csslint-0.6</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
16140N/A<citerefentry><refentrytitle>croco-0.6-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
15999N/A<citerefentry><refentrytitle>attributes</refentrytitle><manvolnum>5</manvolnum></citerefentry>
15999N/A<variablelist termlength="wholeline"><varlistentry>
15999N/A<term><filename>&cmd information:</filename></term>
15999N/A<listitem><para><programlisting>
15999N/A<literal>http://www.freespiders.org/projects/libcroco</literal>
15999N/A</programlisting>
15999N/A</para></listitem>
15999N/A</varlistentry></variablelist>
15999N/A
15999N/A</para>
15999N/A</refsect1>
15999N/A<refsect1 id="libcroco-06-3-note"><title>&note-tt;</title>
15999N/A<para>Written by Brian Cameron, Sun Microsystems Inc., 2009.</para>
15999N/A</refsect1>
15999N/A</refentry>