Paketname | libcroco3 |
Beschreibung | a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 0.6.2-1 |
Sektion | libs |
Priorität | optional |
Installierte Größe | 296 Byte |
Hängt ab von | libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0), libxml2 (>= 2.7.4) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | libcroco |
Paketgröße | 92502 Byte |
Prüfsumme MD5 | 1c30a1f6b7a8756bc21d3caff2d7e163 |
Prüfsumme SHA1 | d3293c4cebeadb7e4773de5516a1844dc3c92c09 |
Prüfsumme SHA256 | 643b153751f5600fb4cb2a9646960259ff2d5a8f66a306b6df4de7d6e510e898 |
Link zum Herunterladen | libcroco3_0.6.2-1_i386.deb |
Ausführliche Beschreibung | Services provided by Libcroco
* A parser module that provides
o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven
API wich resembles SAX in the xml world.
o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model.
.
The libcroco parser implements the CSS Level 2 specification, the CSS
forward compatibility rules and the CSS cascading rules.
.
* A CSS2 selection engine
Given an xml element node (that obviously comes from an xml document) and
a stylesheet cascade, the Libcroco selection engine can evaluate the css
selectors of the cascade and return the style properties associated to
the xml element node.
.
Note that the xml manipulation toolkit used by the libcroco selection
engine at the moment is libxml2.
.
This package contains the shared libraries.
|