search for: created_date

Displaying 2 results from an estimated 2 matches for "created_date".

Did you mean: create_date
2011 Dec 23
2
Custom XML Readers
I need to construct a custom XML reader, the files I'm working with are in funky XML format: <str name="author">Paul H</str> <str name="country">USA</str> <date name="created_date">2010-02-16</date> I want to read the file so it looks like: author = Paul H country = USA created_date=2010-02-16 Does any one know how to go about this problem, or know of good references i could access? Thanks, Andy -- View this message in context: http://r.789695.n4.nabble....
2005 Dec 16
2
Ferret questions
...Ferret-specific, but if I were implementing tags similar to del.icio.us, can Ferret help in determining associations? In other words, if I added a bunch of space-separated tags for each index entry, how could I find similar tags given one tag? 3) This is also a tag related question.... if I add a created_date field in the index for the tags, and I wanted to display the number of tags, plus the number of recently added tags, should I just hit the index twice? As in, once with no conditions, and once with a > some date condition? Thanks, Tom