I am using this packaged to provide a twitter feed on a clien'ts website. This morning i have just started getting a parsing error i posted about it here
It seems that it may be caused by my clients feed having & in the text. Is this something you think could cause the error? If so do you know of a way it could be fixed? i have tried htmlencoding the following line inthe xslt:
& problem i think
hi there
I am using this packaged to provide a twitter feed on a clien'ts website. This morning i have just started getting a parsing error i posted about it here
It seems that it may be caused by my clients feed having & in the text. Is this something you think could cause the error? If so do you know of a way it could be fixed? i have tried htmlencoding the following line inthe xslt:
<xsl:apply-templates mode="tweet" select="umbraco.library:GetXmlDocumentByUrl($twitterXMLUrl)//statuses/status" />
but it doesn't seem to have worked.
thanks
Lach
Is it possible for you to try and replace the & characther with & instead? I have an idea that it may be all it takes.
/Jan
Appologies Lach,
I forgot to subsrcibe to the RSS feeds for this forum.
DId you manage to solve this problem, if so how so I can fix it in a minor release?
Thanks,
Warren :)
is working on a reply...