xsl-list
[Top] [All Lists]

Re: [xsl] Split table row on paragraphs

2018-10-30 13:55:28
On Tue, 2018-10-30 at 16:46 +0000, kevinbrianbird(_at_)gmail(_dot_)com wrote:

number of paragraphs. I want to split rows on paragraphs, so each row
only
contains one <p> element.

One way ,ight be to have a template for tr that will do
   xsl:for-each select="td/*"
     <td> <xsl:apply-templates/></td>



Liam


-- 
Liam Quin, https://www.holoweb.net/liam/cv/
Web slave for vintage clipart http://www.fromoldbooks.org/
Available for XML/Document/Information Architecture/
XSL/XQuery/Web/Text Processing/A11Y work & consulting.
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>