Well i explored <lines> and it doesnt seems to do anything, so I customized it.
It can display in pdf, but not in XMetal.
PDF output
From: C:\Program Files\Common Files\XMetaL Shared\DITA_OT\demo\xmfo\Customization\fo\attrs\xm-cfg\
commons-attr.xsl <xsl:attribute-set name="lines">
<xsl:attribute name="space-before">20pt</xsl:attribute>
</xsl:attribute-set>
XMetal interface
From: C:\Program Files\XMetaL 5.1\Author\DITA\XACs\shared\
ditabase-derived.css/* lines {*/
[class~="topic/lines"] {
line-height: 20pt;
}
I dont know the EXACT coding to create spacing in css, so can anybody tell me?
==============================================================