Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Markup 0.2.0 released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Christopher Lenz  
View profile  
 More options Aug 22 2006, 12:54 pm
From: Christopher Lenz <cml...@gmx.de>
Date: Tue, 22 Aug 2006 18:54:42 +0200
Local: Tues, Aug 22 2006 12:54 pm
Subject: [ANN] Markup 0.2.0 released
Markup 0.2.0 - August 22, 2006
==============================

We're proud to present the latest release of the Markup: 0.2.0.

Markup is a Python library that provides an integrated set of  
components for stream-based parsing, generating, and processing of  
HTML or XML content in a uniform manner. The major feature is a  
template language, which is heavily inspired by Kid.

You can download the new release here:

   <http://markup.edgewall.org/wiki/MarkupDownload/>

Please don't hesitate to report any issues you may find with this  
release:

   <http://markup.edgewall.org/newticket/>

For questions, comments and user discussions, please use the Markup  
mailing list:

   <http://markup.edgewall.org/wiki/MailingList>

What's New:
-----------
  * XPath syntax errors now contain position info (ticket #20).
  * Errors in expression evaluation now contain the correct line
    number in the template (ticket #22).
  * <script> and <style> element contents are no longer escaped when
    using HTML serialization (ticket #24).
  * In some cases expressions in templates did not get interpolated
    (ticket #26).
  * CDATA sections are now passed through the pipeline and serialized
    correctly. That allows using <script> or <style> elements in
    XHTML output that is still compatible with HTML user agents.
  * The XHTML serializer now correctly handles elements in foreign
    namespaces (such as SVG or MathML).
  * Fixed relative includes in templates on Windows (ticket #27).
  * Output can be encoded using legacy codecs such as ISO-8859-1.
    Any character not representable in the chosen encoding gets
    replaced by the corresponding XML character reference.
  * String literals in XPath expressions that contain spaces are now
    parsed as expected.
  * Added support for the XPath functions boolean(), ceiling(),
    concat(), contains(), false(), floor(), normalize-space(),
    number(), round(), starts-with(), string-length(), substring(),
    substring-after(), substring-before(), translate(), and true().
  * Non-ASCII characters in expressions should now be handled
    correctly (ticket #29).
  * Default values for arguments of template functions now also
    work with constants and complex expressions (they only worked
    for string or number literals before).
  * XPath expressions in now support XPath variables ($var) in
    predicates (ticket #31).
  * Expressions in templates can now span multiple lines if they are
    enclosed in curly braces.
  * py:def macros can now be invoked from within expressions inside
    attribute values (ticket #34).

Acknowledgments
----------------
A big thank you to everyone who tried Markup and provided feedback,
reported bugs and/or contributed patches!

Cheers,
Chris
--
Christopher Lenz
   cmlenz at gmx.de
   http://www.cmlenz.net/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »