[Zopexmlmethods-devel] transform() now takes keyword args
Brought to you by:
arielpartners,
philikon
From: Craeg K S. <cs...@ar...> - 2003-06-20 08:29:07
|
I just committed a small change that makes it possible to override XSLT parameters via keyword args, as in the following example: <div tal:replace="structure python:doc.contactsxsl(category = template.category)"/> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:import href="urn:arielpartners:common/xslfragment/html/roles.xsl"/> <xsl:output method="html" indent="yes" encoding="utf-8" media-type="text/html"/> <xsl:param name="category">all</xsl:param> ... etc. Unfortunately, the BrowseCVS feature on Sourceforge seems to be way out of date. So the only way to review this is to actually check out the code. Philipp-- I think the last thing to put in place is the ability to override parameters from the URL address bar: http://foo.bar.com/doc/contractsxsl?category=PROJECTA Do you have an ETA when you might be able to do this? Also, what other burning issues must be addressed before we make a 1.1 release? Besides the query params above, I have only one: - documentation updates Regards, --Craeg |