1 users online. Create an account or sign in to join them.Users
CKEditor formatting issues.
This is an open discussion with 1 reply, filed under Troubleshooting.
1 users online. Create an account or sign in to join them.Users
This is an open discussion with 1 reply, filed under Troubleshooting.
Symphony • Open Source XSLT CMS
--with-xsl)
For some unknown reason CKE doesn’t apply any html tags to a copied into it text. (Select text. Copy -> Paste -> No formatting. No
, no nothing). That might not be so terrible, i’ve found a solution for that one:
<xsl:apply-templates select="body/* | body/text()" mode="html" />though this raises some problems. On the page that lists all articles I need to output only a small portion of data. I was trying position() and substring(), but nothing helped. Any ideas on getting a part of data from a node?Thanks.