ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl-xml
perl-xml
[Announce] XML::XPathScript 1.01
by Yanick Champoux other posts by this author
Mar 8 2006 6:05AM messages near this date
view in the new Beta List Site
Possible Bug in XML::SAX::PurePerl Reference implementation - and proposed fix | Re: XML::LibXSLT callbacks - trying to "fake" the namespace prefix
& XSLT XML::XPathScript version 1.01 is in the process of  landing on CPAN.

   What's new in this release:

       - Massive documentation make-over.
       - Extension of the stylesheet syntax (addition of <%~ %> ,
           <%# %> , and <%- -%>).
       - Major rework of the stylesheet template API.
       - UTF8 support improved.
       - Added Dominique's excellent Docbook-into-LaTeX converting
            stylesheet in the examples/ directory.
       - Namespace support.


   What it is :

   XPathScript is a stylesheet language similar in many ways to XSLT (in
   concept, not in appearance), for transforming XML from one format to
   another (possibly HTML, but XPathScript also shines for non-XML-like
   output).

   Like XSLT, XPathScript offers a dialect to mix verbatim portions of
   documents and code. Also like XSLT, it leverages the powerful
   ``templates/apply-templates'' and ``cascading stylesheets'' design
   patterns, that greatly simplify the design of stylesheets for
   programmers. The availability of the XPath query language inside
   stylesheets promotes the use of a purely document-dependent,
   side-effect-free coding style. But unlike XSLT which uses its own
   dedicated control language with an XML-compliant syntax, XPathScript
   uses Perl which is terse and highly extendable.

   The result of the merge is an extremely powerful tool for rendering
   complex XML documents into other formats. Stylesheets written in
   XPathScript are very easy to create, extend and reuse, even if they
   manage hundreds of different XML tags.


   So, what are you waiting for? Go and get it while it's still hot!

_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved