diff 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
line wrap: on
line diff
--- a/visualise.xpl	Thu Apr 13 23:09:58 2017 +0100
+++ b/visualise.xpl	Tue Apr 25 12:24:31 2017 +0100
@@ -52,6 +52,24 @@
   <p:with-param name="xlDir" select="$root"/>
  </p:xslt> 
  
+  <p:load name="ssm">
+  <p:with-option name="href" select="concat($elabDir,'/shared.xsl')"/>
+  <p:documentation>
+   <div>Detect and tabulate shared formalae master cells</div>
+  </p:documentation>
+ </p:load>
+
+ <p:xslt name="shared">
+   <p:input port="source">
+    <p:pipe step="vis" port="source"/>
+   </p:input>
+  <p:input port="stylesheet">
+   <p:pipe step="ssm" port="result"/>
+  </p:input>
+  <p:with-param name="elabDir" select="$elabDir"/>
+  <p:with-param name="xlDir" select="$root"/>
+ </p:xslt>
+
  <p:load name="ssr">
   <p:with-option name="href" select="concat($elabDir,'/refs.xsl')"/>
   <p:documentation>