Heya,

I'd like to propose the following lines be added to
stylesheets/site.dvsl


#match("ol")
<ol>
  $context.applyTemplates("*")
</ol>
#end

#match("ul")
<ul>
  $context.applyTemplates("*")
</ul>
#end


This will enable developers to insert other tags such as source in the
middle of a list so that developers could, for example provide source
snippets in the middle of a getting started list.


M



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to