Whatever programming language you are using probably has a function that
makes "xml-safe" text. For example, I'm using Coldfusion to integrate with
Solr and all data is set like follows:
#xmlformat(usergeneratedcontent)#
My guess is PHP, ASP, etc. all have a function like this
On 9/20/06, Nick
Hi,
I want users to add content to my site using tinyMCE, which generates HTML.
When I tried adding the data to Solr, Solr refused to add it (or at least
generated an error):
SEVERE: org.xmlpull.v1.XmlPullParserException: parser must be on START_TAG
or TEXT to read text (position: START_TAG seen