[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Transform inline-block type elements to block-level elements
Subject: Re: [xsl] Transform inline-block type elements to block-level elements
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 24 Nov 2006 23:26:28 GMT
|
see last month's thread.
http://www.biglist.com/lists/xsl-list/archives/200610/msg00744.html
in summary either use grouping techniques (muenchian grouping in xslt1,
for-each-group in xslt2) or sompler just use div instead of p in the
result which doesn't have the annoying restriction of not allowing block
level elements in content.
David
|