{ "info": { "author": "Malthe Borch and the Zope Community", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Markup :: HTML", "Topic :: Text Processing :: Markup :: XML" ], "description": "Overview\n========\n\nThis package implements a template compiler for dynamic HTML\ndocuments. In particular, it supports the XSS rule language which is\nused to associate elements with dynamic content.\n\nXSS rule language\n-----------------\n\nThe XSS rule language uses a CSS-compliant syntax to let you match HTML\nelements using CSS selectors and set up dynamic content\ndefinitions.\n\nTo associate a template with a rule file, use the tag::\n\n \n\nXSS files contain rules like the following::\n\n html > head > title {\n name: document-heading;\n structure: true;\n attributes: document-attributes;\n mode: content;\n }\n\nThis rule will associate the