I've been thinking a lot about XSL lately (as usual) and the idea of XSL pipelines came up. The basic idea is that an XML document can be transformed into another XML document via XSL. In that case, why not transform it again using another XSL document? As XHTML becomes more commonplace, it will be possible to convert XHTML into plain XML, and then back into XHTML - woo hoo!With Nexista, things are done a little differently, but the functionality is possible. You can use the curl action to get an XHTML document, the xsl action to transform it into the flow XML document, and then an XSL stylesheet to output XHTML and complete the cycle.
