On 12/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
You are right, it is escaped.  But my question is: (how) can I
make it unescaped?

I don't think solr will support such functionality.  The xml that solr
uses to return data is completely orthogonal to the xml embedded in
the data, and mixing the two would have utterly unpredictable results.
What if a document contained a <str ...> element?  That could crash
the parsing code, or leave it vulnerable to injection attacks.

Try using the JSON output format if you absolutely have no way of
unescaping the resulting data (though I'd expect that any
self-respecting xml parser would do that for you).

-MIke

Reply via email to