comparison visualise.xpl @ 36:ae605b77d1e4

compute (but not use) master formula cells info, extend refs collection to include abs/reloc info
author Henry S. Thompson <ht@markup.co.uk>
date Tue, 25 Apr 2017 12:24:31 +0100
parents 8309dcfce613
children 4c6a341e75da
comparison
equal deleted inserted replaced
35:e500d7c18aad 36:ae605b77d1e4
50 </p:input> 50 </p:input>
51 <p:with-param name="elabDir" select="$elabDir"/> 51 <p:with-param name="elabDir" select="$elabDir"/>
52 <p:with-param name="xlDir" select="$root"/> 52 <p:with-param name="xlDir" select="$root"/>
53 </p:xslt> 53 </p:xslt>
54 54
55 <p:load name="ssm">
56 <p:with-option name="href" select="concat($elabDir,'/shared.xsl')"/>
57 <p:documentation>
58 <div>Detect and tabulate shared formalae master cells</div>
59 </p:documentation>
60 </p:load>
61
62 <p:xslt name="shared">
63 <p:input port="source">
64 <p:pipe step="vis" port="source"/>
65 </p:input>
66 <p:input port="stylesheet">
67 <p:pipe step="ssm" port="result"/>
68 </p:input>
69 <p:with-param name="elabDir" select="$elabDir"/>
70 <p:with-param name="xlDir" select="$root"/>
71 </p:xslt>
72
55 <p:load name="ssr"> 73 <p:load name="ssr">
56 <p:with-option name="href" select="concat($elabDir,'/refs.xsl')"/> 74 <p:with-option name="href" select="concat($elabDir,'/refs.xsl')"/>
57 <p:documentation> 75 <p:documentation>
58 <div>Tokenise cell formulae and extract local, range and external references</div> 76 <div>Tokenise cell formulae and extract local, range and external references</div>
59 </p:documentation> 77 </p:documentation>