Take a look at
http://mule.mulesource.org/display/MULE2USER/EJB+Transport
.
The space between the Connector heading and the description below it
appears to be caused by the second line in the HTML that's generated
for this page:
<h2><a name="EJBTransport-Connector"></a>Connector</h2>
<p> <br clear="all" /></p>
<p> Connector for EJB beans.</p>
I'm looking at the XSL, and I can't see why this is happening. I'm
referencing the content like this:
{xslt:output=wiki|style=#http://www.mulesource.org/xslt/mule/schemadoc/2.0/individual-transport-or-module-wiki.xsl|source=#http://www.mulesource.org/schema/mule/ejb/2.0/mule-ejb.xsd|snippetBase=mule-2-current|show=connector}
1. There is an extra line of space after the heading1 (title).
2. The tables for transformers and filters are not being rendered correctly--the columns are not being treated as columns, so the cells are not aligning.
3. The XSLT has no way of pulling all the filters, so on the filters config ref page, I had to pull each one individually. Ideally, we should have an argument to pull all filters, all transformers, etc.