Re: DataImportHandler and SAXParseExceptions with Jetty

2010-08-16 Thread Chris Hostetter
: > page. Use < instead of <. When I first ran into this, I was : > surprised that &rt; was not required as well, but it's probably a good : > idea to use it, just in case things tighten up in the future. : > : : Thanks, confirming this worked using '<'; instead of <. It would help : to no

Re: DataImportHandler and SAXParseExceptions with Jetty

2010-08-13 Thread harrysmith
Shawn Heisey-4 wrote: > > Because < and > are critical characters in XML, you have to encode them > to actually use them as part of your config, just as you do on an HTML > page. Use < instead of <. When I first ran into this, I was > surprised that &rt; was not required as well, but it's p

Re: DataImportHandler and SAXParseExceptions with Jetty

2010-08-13 Thread Shawn Heisey
On 8/12/2010 8:32 PM, harrysmith wrote: Win XP, Solr 1.4.1 out of the box install, using jetty. If I add greater than or less than (ie< or>) in any xml field and attempt to load or run from the DataImportConsole I receive a SAXParseException. Example follows: If I don't have a 'less than' it w