Lists cannot be in paragraphs so disable that for now. Fake it for that list.

This commit is contained in:
Steve Checkoway
2007-08-12 06:51:15 +00:00
parent 05e8e124ac
commit 5d166e83ec
3 changed files with 3 additions and 11 deletions
-3
View File
@@ -82,9 +82,6 @@
<!-- HTML elements we want to let through. -->
<xs:element name="code" />
<xs:element name="br" />
<xs:element name="ul" />
<xs:element name="ol" />
<xs:element name="li" />
</xs:choice>
</xs:sequence>
</xs:group>
-3
View File
@@ -430,7 +430,4 @@
<!-- XXX: This is annoying, how can we tell xsl to just pass the html through? -->
<xsl:template match="sm:code"><code><xsl:apply-templates /></code></xsl:template>
<xsl:template match="sm:br"><br /></xsl:template>
<xsl:template match="sm:ul"><ul><xsl:apply-templates /></ul></xsl:template>
<xsl:template match="sm:ol"><ol><xsl:apply-templates /></ol></xsl:template>
<xsl:template match="sm:li"><li><xsl:apply-templates /></li></xsl:template>
</xsl:stylesheet>
+3 -5
View File
@@ -55,11 +55,9 @@
</Class>
<Class name='ActorSound'>
<Description>
This Actor represents a playable sound. There are two attributes that can be set on load.
<ul>
<li><code>SupportPan</code> - Let the sound pan from side to side.</li>
<li><code>SupportRateChanging</code> - Let the sound change rate and pitch.</li>
</ul>
This Actor represents a playable sound. There are two attributes that can be set on load.<br />
* <code>SupportPan</code> - Let the sound pan from side to side.<br />
* <code>SupportRateChanging</code> - Let the sound change rate and pitch.
</Description>
<Function name='get' return='RageSound' arguments=''>
Returns the <Link class='RageSound'>RageSound</Link> that can be played by this Actor.