Edgewall Software

Changes between Version 46 and Version 47 of WikiStart


Ignore:
Timestamp:
Aug 28, 2007, 6:53:25 PM (17 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v46 v47  
    2121
    2222The main feature is a [wiki:Documentation/xml-templates.html template language] that is smart about markup: unlike conventional template language that only deal with bytes and (if you're lucky) characters, Genshi knows the difference between tags, attributes, and actual text nodes, and uses that knowledge to your advantage. For example:
    23  * Intelligent automatic escaping greatly reduces the risk of cross-site scripting attacks.
     23 * Intelligent automatic escaping greatly reduces the risk of opening your site to [http://ha.ckers.org/cross-site-scripting.html cross-site scripting] attacks (XSS).
    2424 * [wiki:Documentation/xml-templates.html#template-directives Template directives] are often less verbose than those in most other template languages, as they can be attached directly to the elements they act upon.
    2525 * [wiki:Documentation/streams.html#serialization Independence of a specific serialization format] lets you instantly switch between generating well-formed HTML 4.01 and XHTML 1.0 (or other formats).