Re: DIH - duplicate xpaths on HttpDataSource

2008-12-14 Thread Erik Hatcher
Thanks again, Noble. All is working fine for me now. Erik On Dec 14, 2008, at 10:33 AM, Noble Paul നോബിള്‍ नोब्ळ् wrote: Also, I want to add in date transformation like in the example above commented out. How would I use both the TemplateTransformer and the DateFormatTransformer,

Re: DIH - duplicate xpaths on HttpDataSource

2008-12-14 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Sun, Dec 14, 2008 at 8:43 PM, Erik Hatcher wrote: > On Dec 14, 2008, at 6:15 AM, Noble Paul നോബിള്‍ नोब्ळ् wrote: >> >> one xpath can be mapped to only one name. > > That's a bizarre restriction. A shame. hmmm Understandale . XPathRecordReader is a custom minimal implementation for stream

Re: DIH - duplicate xpaths on HttpDataSource

2008-12-14 Thread Erik Hatcher
On Dec 14, 2008, at 6:15 AM, Noble Paul നോബിള്‍ नोब्ळ् wrote: one xpath can be mapped to only one name. That's a bizarre restriction. A shame. If you want to copy one to another use something like a TemplateTransformer Thanks!, I got it to work like this: http://server/rss/";

Re: DIH - duplicate xpaths on HttpDataSource

2008-12-14 Thread Noble Paul നോബിള്‍ नोब्ळ्
one xpath can be mapped to only one name. If you want to copy one to another use something like a TemplateTransformer On Sun, Dec 14, 2008 at 7:18 AM, Erik Hatcher wrote: > I'm trying to index a blog with DIH, and have this: > > > > > If I comment out the url line it