21294 Posts in 5734 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 769 Views |
-
$content.FirstParagraph can't handle &

3 July 2011 at 8:55pm
I'm trying to switch themes from blackcandy to natureweb4 and by doing so I get an error message when $content.FirstParagraph encounters an & -
error on line 86 at column 32: xmlParseEntityRef: no name
I searched the archives and found http://silverstripe.org/archive/show/2146 but the page referenced seemed to be addressing a different problem. Anyway, once I remove the "&" the error goes away.
-
Re: $content.FirstParagraph can't handle &

3 July 2011 at 9:36pm
This is because your template is an XML rather than HTML one. You can change this my removing the <?xml ?> line at the start of templates/Page.ss.
Alternatively, $Content.FirstParagraph.XML may escape the & properly, though it may also escape things you don't want escaped, like brackets on tags.
-
Re: $content.FirstParagraph can't handle &

4 July 2011 at 7:53am
Excellent - thanks Simon! Removing <?xml ?> fixed it.
| 769 Views | ||
|
Page:
1
|
Go to Top |

