Re: [xsl] Split table row on paragraphs

Subject: Re: [xsl] Split table row on paragraphs
From: "Liam R. E. Quin liam@xxxxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 30 Oct 2018 18:55:21 -0000
On Tue, 2018-10-30 at 16:46 +0000, kevinbrianbird@xxxxxxxxx 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.

Current Thread