diff refs2.xsl @ 40:ac6d1ca099f7

simplified rect output, refs (not refs2) working again
author Henry S. Thompson <ht@markup.co.uk>
date Tue, 02 May 2017 09:20:13 +0100
parents ae605b77d1e4
children afda541de4c4
line wrap: on
line diff
--- a/refs2.xsl	Wed Apr 26 18:51:34 2017 +0100
+++ b/refs2.xsl	Tue May 02 09:20:13 2017 +0100
@@ -2,9 +2,9 @@
 <!DOCTYPE doc SYSTEM "../../../lib/xml/xsl.dtd" >
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="3.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:e="http://markup.co.uk/excel" exclude-result-prefixes="xs e" xmlns="http://markup.co.uk/excel">
  <!-- Invert the singleton references extracted from formulae by refs.xsl 
-      Input e:refs/e:ref/e:s  e:ref[@c] contains one or more e:s
-                                        for each singleton reference
-                                        to e:s/@r in c's formula
+      Input e:refs/e:ref/e:s  e:ref[@r] contains one or more e:s or e:r
+                                        for each singleton/range reference
+                                        to e:s/@r in @r's formula
       Output e:refs/e:i/e:r e:i[@r] contains one e:r for each cell which
                                      references r -->