File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 292
292
<xsl : choose >
293
293
<!-- I wish XSL allowed variables in @format attribute -->
294
294
<xsl : when test =" $calculated-numeration-format = '1'" >
295
- <xsl : number count =" *[@data-type = $data-type]" format =" 1" />
295
+ <xsl : number count =" *[@data-type = $data-type]" format =" 1" level = " any " />
296
296
</xsl : when >
297
297
<xsl : when test =" $calculated-numeration-format = '01'" >
298
- <xsl : number count =" *[@data-type = $data-type]" format =" 01" />
298
+ <xsl : number count =" *[@data-type = $data-type]" format =" 01" level = " any " />
299
299
</xsl : when >
300
300
<xsl : when test =" $calculated-numeration-format = 'a'" >
301
- <xsl : number count =" *[@data-type = $data-type]" format =" a" />
301
+ <xsl : number count =" *[@data-type = $data-type]" format =" a" level = " any " />
302
302
</xsl : when >
303
303
<xsl : when test =" $calculated-numeration-format = 'A'" >
304
- <xsl : number count =" *[@data-type = $data-type]" format =" A" />
304
+ <xsl : number count =" *[@data-type = $data-type]" format =" A" level = " any " />
305
305
</xsl : when >
306
306
<xsl : when test =" $calculated-numeration-format = 'i'" >
307
- <xsl : number count =" *[@data-type = $data-type]" format =" i" />
307
+ <xsl : number count =" *[@data-type = $data-type]" format =" i" level = " any " />
308
308
</xsl : when >
309
309
<xsl : when test =" $calculated-numeration-format = 'I'" >
310
- <xsl : number count =" *[@data-type = $data-type]" format =" I" />
310
+ <xsl : number count =" *[@data-type = $data-type]" format =" I" level = " any " />
311
311
</xsl : when >
312
312
<xsl : when test =" $calculated-numeration-format = 'none'" />
313
313
<xsl : otherwise >
You can’t perform that action at this time.
0 commit comments