Mercurial > hg > ooxml
comparison ascii.xpl @ 10:01e80c7a9575
simple ascii type matrix output working
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Mon, 03 Apr 2017 12:31:58 +0100 |
parents | 785187b9caef |
children |
comparison
equal
deleted
inserted
replaced
9:5f2d691014ff | 10:01e80c7a9575 |
---|---|
29 | 29 |
30 <p:load name="ss2"> | 30 <p:load name="ss2"> |
31 <p:with-option name="href" select="concat($elabDir,'/ascii.xsl')"/> | 31 <p:with-option name="href" select="concat($elabDir,'/ascii.xsl')"/> |
32 </p:load> | 32 </p:load> |
33 | 33 |
34 <p:xslt name="ascii"> | 34 <p:xslt name="asc"> |
35 <p:input port="source"> | 35 <p:input port="source"> |
36 <p:pipe step="format" port="source"/> | 36 <p:pipe step="format" port="result"/> |
37 </p:input> | 37 </p:input> |
38 <p:input port="stylesheet"> | 38 <p:input port="stylesheet"> |
39 <p:pipe step="ss2" port="result"/> | 39 <p:pipe step="ss2" port="result"/> |
40 </p:input> | 40 </p:input> |
41 <p:with-param name="elabDir" select="$elabDir"/> | 41 <p:with-param name="elabDir" select="$elabDir"/> |