Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f6ec9c

Browse files
committed
The new conversion engine supports more of the table re-writing than
the old one, so use it.
1 parent 32bc45f commit 2f6ec9c

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

Doc/tools/sgmlconv/conversion.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -396,22 +396,24 @@
396396

397397
<!-- Table markup. -->
398398
<macro name="hline"/>
399-
<environment name="tableii">
399+
<environment name="tableii" outputname="table">
400+
<attribute name="cols">2</attribute>
400401
<attribute name="colspec"/>
401402
<attribute name="style"/>
402403
<child name="entry"/>
403404
<text>
404405
</text>
405406
<child name="entry"/>
406407
</environment>
407-
<macro name="lineii">
408+
<macro name="lineii" outputname="row">
408409
<child name="entry"/>
409410
<text>
410411
</text>
411412
<child name="entry"/>
412413
</macro>
413414

414-
<environment name="tableiii">
415+
<environment name="tableiii" outputname="table">
416+
<attribute name="cols">3</attribute>
415417
<attribute name="colspec"/>
416418
<attribute name="style"/>
417419
<child name="entry"/>
@@ -422,7 +424,7 @@
422424
</text>
423425
<child name="entry"/>
424426
</environment>
425-
<macro name="lineiii">
427+
<macro name="lineiii" outputname="row">
426428
<child name="entry"/>
427429
<text>
428430
</text>
@@ -432,7 +434,8 @@
432434
<child name="entry"/>
433435
</macro>
434436

435-
<environment name="tableiv">
437+
<environment name="tableiv" outputname="table">
438+
<attribute name="cols">4</attribute>
436439
<attribute name="colspec"/>
437440
<attribute name="style"/>
438441
<child name="entry"/>
@@ -446,7 +449,7 @@
446449
</text>
447450
<child name="entry"/>
448451
</environment>
449-
<macro name="lineiv">
452+
<macro name="lineiv" outputname="row">
450453
<child name="entry"/>
451454
<text>
452455
</text>

0 commit comments

Comments
 (0)