Paketname | libcroco3 |
Beschreibung | a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.6.2-1 |
Sektion | libs |
Priorität | optional |
Installierte Größe | 320 Byte |
Hängt ab von | libc6 (>= 2.1.3), libglib2.0-0 (>= 2.16.0), libxml2 (>= 2.7.4) |
Empfohlene Pakete | |
Paketbetreuer | Sebastien Bacher |
Quelle | libcroco |
Paketgröße | 115670 Byte |
Prüfsumme MD5 | 41c54b738ebdf97d1c8c44d8aac3aaf9 |
Prüfsumme SHA1 | 140592d168df96ff3526f92e4b71dca6662c3748 |
Prüfsumme SHA256 | 071b68936ab3ff336c85e616914191a003afa369b146b5b5e082758c89700cd7 |
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.
|