6:24 AM, Roland Villemoes
>>> wrote:
>>>> You're right!
>>>>
>>>> I was as simple (stupid!) as that,
>>>>
>>>> Thanks a lot.... (for your time .. very appreciated)
>>>>
>>>> Roland
>>>>
>>
l.newTemplates(TransformerFactoryImpl.java:825)
>>>> at
>>>> com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:614)
>>>> at
>>>> org.apache.solr.handler.dataimport.XPathEntityProcessor.initXpathReader(XPathEntityProcessor.java:98)
>>>> ... 24 more
>>>> 22-02-2010 08:37:00 org.apache.solr.update.DirectUpda
t;
>> -Oprindelig meddelelse-
>> Fra: noble.p...@gmail.com [mailto:noble.p...@gmail.com] På vegne af Noble
>> Paul ??? ??
>> Sendt: 22. februar 2010 14:01
>> Til: solr-user@lucene.apache.org
>> Emne: Re: Using XSLT with DIH for a URLDataSource
>>
>
> -Oprindelig meddelelse-
> Fra: noble.p...@gmail.com [mailto:noble.p...@gmail.com] På vegne af Noble
> Paul ??? ??
> Sendt: 22. februar 2010 14:01
> Til: solr-user@lucene.apache.org
> Emne: Re: Using XSLT with DIH for a URLDataSource
>
> The xslt file looks
-user@lucene.apache.org
Emne: Re: Using XSLT with DIH for a URLDataSource
The xslt file looks fine . is the location of the file correct ?
On Mon, Feb 22, 2010 at 2:57 PM, Roland Villemoes
wrote:
>
> Hi
>
> (thanks a lot)
>
> Yes, The full stacktrace is this:
gt;
> And my test.xslt (cut down to almost nothing just to move further and see
> that XSLT was working):
>
>
> xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
>
>
>
>
>
>
>
>
>
>
>
>
):
-Oprindelig meddelelse-
Fra: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com]
Sendt: 22. februar 2010 10:08
Til: solr-user@lucene.apache.org
Emne: Re: Using XSLT with DIH for a URLDataSource
On Mon, Feb 22, 2010 at 1:18 PM, Roland Villemoes
wrote:
> Hi,
>
&g
On Mon, Feb 22, 2010 at 1:18 PM, Roland Villemoes
wrote:
> Hi,
>
> I have to load data for Solr from a UrlDataSource supplying me with a XML
> feed.
>
> In the simple case where I just do simple XSLT select this works just fine.
> Just as shown on the wiki (http://wiki.apache.org/solr/DataImportH
Hi,
I have to load data for Solr from a UrlDataSource supplying me with a XML feed.
In the simple case where I just do simple XSLT select this works just fine.
Just as shown on the wiki (http://wiki.apache.org/solr/DataImportHandler)
But I need to do some manipulation of the XML feed first, So