Hello,
I am using the following script to index RSS items
<dataSource type="URLDataSource" encoding="UTF-8" />
<document>
<entity name="slashdot"
pk="link"
url="http://www.alarabiya.net/.mrss/ar.xml"
processor="XPathEntityProcessor"
forEach="/rss/channel/item">
<field column="category_name" name="category_name"
xpath="/rss/channel/item/title" />
<field column="link" name="url" xpath="/rss/channel/item/link" />
</entity>
</document>
But I am facing the following error
Caused by: com.ctc.wstx.exc.WstxParsingException: Unexpected close tag
</head>; expected </meta>.
Can any body help?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Error-when-using-URLDataSource-to-index-RSS-items-tp4140548.html
Sent from the Solr - User mailing list archive at Nabble.com.