- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 26 May 2005 13:30:02 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1244 ------- Additional Comments From mike@saxonica.com 2005-05-26 13:30 ------- The difference between xsl:result-document and an external function call is that an external function call returns a result that the stylesheet can process, while xsl:result-document returns no result (other than possibly causing the transformation to fail if the result cannot be written). I think you are trying to extend XSLT beyond its current scope. The job of XSLT is to transform input trees into result trees. That's one component in an end-to-end XML application. Other jobs, such as calling web services or accessing XML databases, are better done by other components, and the job of tying the whole application together belongs with things such as pipeline processing languages. Michael Kay (personal response)
Received on Thursday, 26 May 2005 13:30:08 UTC