XInclude in data-config.xml

2013-04-12 Thread stockii
hello. is it possible to include some entities with XInclude in my data-config.xml? i tried with this line: xi:include href=solr/entity.xml xmlns:xi=http://www.w3.org/2001/XInclude; / in my entity.xml is something like: entity name=name query=SELECT * FROM table/entity some ideas, why does

Re: XInclude in data-config.xml

2013-04-12 Thread Alexandre Rafalovitch
, it doesn't seem to be working. (Anonymous - via GTD book) On Fri, Apr 12, 2013 at 3:31 AM, stockii stock.jo...@googlemail.com wrote: hello. is it possible to include some entities with XInclude in my data-config.xml? i tried with this line: xi:include href=solr/entity.xml xmlns:xi=http://www.w3

Re: XInclude in data-config.xml

2013-04-12 Thread Jack Krupansky
- From: stockii Sent: Friday, April 12, 2013 3:31 AM To: solr-user@lucene.apache.org Subject: XInclude in data-config.xml hello. is it possible to include some entities with XInclude in my data-config.xml? i tried with this line: xi:include href=solr/entity.xml xmlns:xi=http://www.w3.org/2001

Re: XInclude in data-config.xml

2013-04-12 Thread Andre Bois-Crettez
On 04/12/2013 09:31 AM, stockii wrote: hello. is it possible to include some entities with XInclude in my data-config.xml? We first struggled with XInclude, and then switched to use custom entities, which worked much better for our needs (reusing common parts in several SearchHandlers). ex

Re: XInclude in data-config.xml

2013-04-12 Thread Sujatha Arun
to include some entities with XInclude in my data-config.xml? We first struggled with XInclude, and then switched to use custom entities, which worked much better for our needs (reusing common parts in several SearchHandlers). ex. in solrconfig.xml : ?xml version=1.0 encoding=UTF-8 ? !DOCTYPE