Thanks for your replies, I will give it a go.
Might just use regex to strip out all html tags, seems to work ok for our needs.
User Profile
Collapse
-
HTML Via XSLT to Plain Text output
Hi All.
I'm trying to transform a html document into plain text via xslt.
Simple you say! (i hope)
I have got it working, by using the magnificent <xsl:value-of select="."/>.
This returns the whole document, and <xsl:output method="text"/> ensures that the output I get is plain text.
problem:
The html I am transforming has a table, with headings and data. Whilst the output...
No activity results to display
Show More
Leave a comment: