@@ -27,7 +27,7 @@ extension-element-prefixes="ast str"
27
27
<xsl : text ># </xsl : text ><xsl : value-of select =" @name" /><xsl : text >()</xsl : text >
28
28
<xsl : choose >
29
29
<xsl : when test =" @module" >
30
- <xsl : text > - \ [</xsl : text ><xsl : value-of select =" @module" /><xsl : text >\]</xsl : text >
30
+ <xsl : text > - [</xsl : text ><xsl : value-of select =" @module" /><xsl : text >\]</xsl : text >
31
31
</xsl : when >
32
32
</xsl : choose >
33
33
<xsl : text > </xsl : text >
@@ -56,7 +56,7 @@ extension-element-prefixes="ast str"
56
56
<xsl : text ># </xsl : text ><xsl : value-of select =" @name" /><xsl : text >()</xsl : text >
57
57
<xsl : choose >
58
58
<xsl : when test =" @module" >
59
- <xsl : text > - \ [</xsl : text ><xsl : value-of select =" @module" /><xsl : text >\]</xsl : text >
59
+ <xsl : text > - [</xsl : text ><xsl : value-of select =" @module" /><xsl : text >\]</xsl : text >
60
60
</xsl : when >
61
61
</xsl : choose >
62
62
<xsl : text > </xsl : text >
@@ -80,7 +80,7 @@ extension-element-prefixes="ast str"
80
80
<xsl : text ># </xsl : text ><xsl : value-of select =" translate(@name, $smallcase, $uppercase)" />
81
81
<xsl : choose >
82
82
<xsl : when test =" @module" >
83
- <xsl : text > - \ [</xsl : text ><xsl : value-of select =" @module" /><xsl : text >\]</xsl : text >
83
+ <xsl : text > - [</xsl : text ><xsl : value-of select =" @module" /><xsl : text >\]</xsl : text >
84
84
</xsl : when >
85
85
</xsl : choose >
86
86
<xsl : text > </xsl : text >
@@ -104,7 +104,7 @@ extension-element-prefixes="ast str"
104
104
<xsl : text ># </xsl : text ><xsl : value-of select =" @name" />
105
105
<xsl : choose >
106
106
<xsl : when test =" @module" >
107
- <xsl : text > - \ [</xsl : text ><xsl : value-of select =" @module" /><xsl : text >\]</xsl : text >
107
+ <xsl : text > - [</xsl : text ><xsl : value-of select =" @module" /><xsl : text >\]</xsl : text >
108
108
</xsl : when >
109
109
</xsl : choose >
110
110
<xsl : text > </xsl : text >
@@ -128,7 +128,7 @@ extension-element-prefixes="ast str"
128
128
<xsl : text ># </xsl : text ><xsl : value-of select =" @name" />
129
129
<xsl : choose >
130
130
<xsl : when test =" @module" >
131
- <xsl : text > - \ [</xsl : text ><xsl : value-of select =" @module" /><xsl : text >\]</xsl : text >
131
+ <xsl : text > - [</xsl : text ><xsl : value-of select =" @module" /><xsl : text >\]</xsl : text >
132
132
</xsl : when >
133
133
</xsl : choose >
134
134
<xsl : text > </xsl : text >
@@ -667,7 +667,16 @@ the XML again with the full descriptions, and forms bulleted lists.
667
667
<xsl : text >
668
668
</xsl : text >
669
669
<xsl : value-of select =" str:padding($bulletlevel * $tabsize, ' ')" />
670
- <xsl : value-of select =" concat('* __Technology: ', @tech, '__ ')" />
670
+ <xsl : value-of select =" concat('* __Technology: ', @tech, '__')" />
671
+ <xsl : choose >
672
+ <xsl : when test =" para" >
673
+ <xsl : text >< br> </xsl : text >
674
+ </xsl : when >
675
+ <xsl : otherwise >
676
+ <xsl : text > </xsl : text >
677
+ </xsl : otherwise >
678
+ </xsl : choose >
679
+
671
680
<xsl : apply-templates >
672
681
<xsl : with-param name =" returntype" >single</xsl : with-param >
673
682
<xsl : with-param name =" bulletlevel" select =" $bulletlevel + 1" />
@@ -724,31 +733,30 @@ the XML again with the full descriptions, and forms bulleted lists.
724
733
<xsl : text >
725
734
</xsl : text >
726
735
<xsl : value-of select =" str:padding($bulletlevel * $tabsize, ' ')" />
727
- <xsl : text >* </xsl : text >
728
- <xsl : if test =" @required='true' or @required='yes'" >
729
- <xsl : text >**</xsl : text >
730
- </xsl : if >
736
+ <xsl : text >* `</xsl : text >
731
737
<xsl : value-of select =" @name" />
732
- <xsl : if test =" @required='true' or @required='yes'" >
733
- <xsl : text >**</xsl : text >
734
- </xsl : if >
735
738
<xsl : if test =" @multiple='true' or @multiple='yes'" >
736
- <xsl : text >\ [</xsl : text >
739
+ <xsl : text >[</xsl : text >
737
740
<xsl : value-of select =" $separator" />
738
741
<xsl : value-of select =" @name" />
739
- <xsl : text >...\ ]</xsl : text >
742
+ <xsl : text >...]</xsl : text >
740
743
</xsl : if >
741
744
<xsl : if test =" @hasparams='yes' or @hasparams='true' or @hasparams='optional'" >
742
- <xsl : text > ` (</xsl : text >
745
+ <xsl : text > (</xsl : text >
743
746
<xsl : if test =" @hasparams='yes' or @hasparams='true'" >
744
747
<xsl : text >*</xsl : text >
745
748
</xsl : if >
746
749
<xsl : text >params</xsl : text >
747
750
<xsl : if test =" @hasparams='yes' or @hasparams='true'" >
748
751
<xsl : text >*</xsl : text >
749
752
</xsl : if >
750
- <xsl : text > )`</xsl : text >
753
+ <xsl : text > )</xsl : text >
754
+ </xsl : if >
755
+ <xsl : text >`</xsl : text >
756
+ <xsl : if test =" @required='true' or @required='yes'" >
757
+ <xsl : text > **required**</xsl : text >
751
758
</xsl : if >
759
+
752
760
<xsl : choose >
753
761
<xsl : when test =" para" >
754
762
<xsl : text > - </xsl : text >
@@ -851,8 +859,9 @@ be displayed.
851
859
<xsl : text >
852
860
</xsl : text >
853
861
<xsl : value-of select =" str:padding($bulletlevel * $tabsize, ' ')" />
854
- <xsl : text >* </xsl : text >
862
+ <xsl : text >* ` </xsl : text >
855
863
<xsl : value-of select =" translate(@name, $smallcase, $uppercase)" />
864
+ <xsl : text >`</xsl : text >
856
865
<xsl : choose >
857
866
<xsl : when test =" para" >
858
867
<xsl : text > - </xsl : text >
@@ -870,8 +879,9 @@ be displayed.
870
879
<xsl : text >
871
880
</xsl : text >
872
881
<xsl : value-of select =" str:padding(($bulletlevel + 1) * $tabsize, ' ')" />
873
- <xsl : text >* </xsl : text >
882
+ <xsl : text >* ` </xsl : text >
874
883
<xsl : value-of select =" translate(@name, $smallcase, $uppercase)" />
884
+ <xsl : text >`</xsl : text >
875
885
<xsl : choose >
876
886
<xsl : when test =" string-length(@default) > 0" >
877
887
<xsl : text > default: (</xsl : text ><xsl : value-of select =" @default" /><xsl : text >)</xsl : text >
@@ -946,10 +956,10 @@ be displayed.
946
956
<xsl : text >
947
957
</xsl : text >
948
958
<xsl : value-of select =" str:padding($bulletlevel * $tabsize, ' ')" />
949
- <xsl : text >* </xsl : text >
959
+ <xsl : text >* ` </xsl : text >
950
960
<xsl : value-of select =" @name" />
951
961
<xsl : if test =" argument" >
952
- <xsl : text >`( </xsl : text >
962
+ <xsl : text >( </xsl : text >
953
963
</xsl : if >
954
964
<xsl : for-each select =" argument" >
955
965
<!-- xsl:if test="@required='true' or @required='yes'">
@@ -971,8 +981,9 @@ be displayed.
971
981
</xsl : if >
972
982
</xsl : for-each >
973
983
<xsl : if test =" argument" >
974
- <xsl : text > )` </xsl : text >
984
+ <xsl : text >) </xsl : text >
975
985
</xsl : if >
986
+ <xsl : text >`</xsl : text >
976
987
<xsl : choose >
977
988
<xsl : when test =" para" >
978
989
<xsl : text > - </xsl : text >
0 commit comments