File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -715,34 +715,30 @@ the XML again with the full descriptions, and forms bulleted lists.
715715 </xsl : if >
716716 <xsl : if test =" $type='manager'" >
717717 <xsl : text > </xsl : text >
718- <xsl : text > Action: </xsl : text ><xsl : value-of select =" $name" /><xsl : text > </xsl : text >
718+ <xsl : text >Action: </xsl : text ><xsl : value-of select =" $name" /><xsl : text > </xsl : text >
719719 <xsl : for-each select =" parameter" >
720- <xsl : text > </xsl : text >
721720 <xsl : if test =" @required='false' or @required='no'" >
722721 <xsl : text >[</xsl : text >
723722 </xsl : if >
724723 <xsl : value-of select =" @name" />
725- <xsl : text >:</xsl : text >
724+ <xsl : text >: < value > </xsl : text >
726725 <xsl : if test =" @required='false' or @required='no'" >
727726 <xsl : text >]</xsl : text >
728727 </xsl : if >
729- <xsl : text > < value> </xsl : text >
730728 </xsl : for-each >
731729 </xsl : if >
732730 <xsl : if test =" $type='managerEvent'" >
733731 <xsl : text > </xsl : text >
734- <xsl : text > Event: </xsl : text ><xsl : value-of select =" $name" /><xsl : text > </xsl : text >
732+ <xsl : text >Event: </xsl : text ><xsl : value-of select =" $name" /><xsl : text > </xsl : text >
735733 <xsl : for-each select =" parameter" >
736- <xsl : text > </xsl : text >
737734 <xsl : if test =" @required='false' or @required='no'" >
738735 <xsl : text >[</xsl : text >
739736 </xsl : if >
740737 <xsl : value-of select =" @name" />
741- <xsl : text >:</xsl : text >
738+ <xsl : text >: < value > </xsl : text >
742739 <xsl : if test =" @required='false' or @required='no'" >
743740 <xsl : text >]</xsl : text >
744741 </xsl : if >
745- <xsl : text > < value> </xsl : text >
746742 </xsl : for-each >
747743 </xsl : if >
748744 <xsl : text > </xsl : text >
You can’t perform that action at this time.
0 commit comments