Hi there!
I have a question refering to calling xsltMethod from a Python script to do the transforming.
As I know, the ZPT can call this transformation by placing a url as following:
<span tal:replace="structure here/simplexml/simplexform">
The new document content is replaced here!
</span>
However, I want to get the new content transformed by simplexfor.
2004-11-04 06:52:21 UTC in Zope XML Methods