From: Bruce D'A. <da...@mu...> - 2002-10-29 16:39:17
|
Mike, How is the RSS support implemented in BibDesk? Or more precisely, what needs to be done to add support for other XML formats? Say I have a simple example XML doc with two records like the following... <bib> <entry id="rec1" type="newspaper"> <names> <person> <firstname>John</firstname> <lastname>Smith</lastname> </person> </names> <date day="23" month="March" year="2000"/> <titles> <title>Bush pulls support</title> <subtitle>Bill Killed</subtitle> </titles> <published> <date year="2000"/> <publisher>New York Times</publisher> </published> <text type="note"> Here is the note (annote) field.</text> </entry> <entry id="rec2" type="book"> <titles> <title>The Big Red Book</title> <subtitle>Jumping Hoops</subtitle> </titles> <date year="1994"/> <published> <date year="2000"/> <publisher>ABC Publishers</publisher> </published> <words type="keywords"> <word>geography</word> <word>U.S.</word> <word>space</word> </words> </entry> </bib> Also, regarding the earlier problems with building the app, have these been fixed? Bruce |