|
|
1.2 ! paf 1: $input[^xdoc::create[doc]] ! 2: $sheet[^xdoc::create{<?xml version="1.0"?> ! 3: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> ! 4: <xsl:template match="doc"> ! 5: output ^;there ! 6: </xsl:template> ! 7: </xsl:stylesheet> ! 8: }] ! 9: $output[^input.transform[$sheet]] ! 10: ^output.string[]