[Kst] extragear/graphics/kst/kst/extensions/js

George Staikos staikos at kde.org
Mon May 23 22:01:43 CEST 2005


SVN commit 417499 by staikos:

More work on the stylesheet, and implement the first xml file.  Hopefully even the headers for the bindings can be generated this way soon.

 A             bind_curve.xml  
 M  +7 -3      jsdocs.xsl  


--- jsdocs.xsl #417498:417499
@@ -79,7 +79,7 @@
         <xsl:value-of select="@type"/><xsl:text> </xsl:text><b><xsl:value-of select="@name"/></b><xsl:if test="description"> - <xsl:value-of select="description"/></xsl:if>
       </xsl:for-each>
 
-      <p><xsl:value-of select="description"/></p>
+      <p><xsl:value-of select="description" disable-output-escaping="yes"/></p>
       </ul>
       <br/><br/>
     </xsl:for-each>
@@ -97,9 +97,13 @@
         </xsl:otherwise>
       </xsl:choose>
       <xsl:text> </xsl:text>
-      <xsl:value-of select="@name"/></b><br/>
+      <xsl:value-of select="@name"/>
+      <xsl:if test="@readonly = 'true'">
+        <xsl:text> [Read-Only]</xsl:text>
+      </xsl:if>
+      </b><br/>
       <ul>
-      <p><xsl:value-of select="description"/></p>
+      <p><xsl:value-of select="description" disable-output-escaping="yes"/></p>
       </ul>
       <br/><br/>
     </xsl:for-each>


More information about the Kst mailing list