So,
I'm trying to get the content from a cell in an ODS spreadsheet.
I'm doing something like:
<xsl:value-of select="./table:table-cell[6]/text:p/text()" disable-output-escaping="yes"/>
The nasty point is that the content of my table-cell have many line breaks and my code can't get to the full text =/
I also tried many variations from the code above but without a success. Can someone give me an advice?
Thanks ^^