Revision: 24343 http://sourceforge.net/p/bibdesk/svn/24343 Author: hofman Date: 2019-10-27 22:03:02 +0000 (Sun, 27 Oct 2019) Log Message: ----------- get all bibtex citations in ACL parser at once
Modified Paths: -------------- trunk/bibdesk/BDSKACLParser.m Modified: trunk/bibdesk/BDSKACLParser.m =================================================================== --- trunk/bibdesk/BDSKACLParser.m 2019-10-27 15:35:29 UTC (rev 24342) +++ trunk/bibdesk/BDSKACLParser.m 2019-10-27 22:03:02 UTC (rev 24343) @@ -109,7 +109,7 @@ return bibtexItems; } -+ (NSString *)citationNodeXPath { return @"./body/div[@id='main-container']/section[@id='main']/div/p/span[contains(concat(' ',normalize-space(@class),' '),' list-button-row ')]/a[text()='bib']"; } ++ (NSString *)citationNodeXPath { return @"./body/div[@id='main-container']/section[@id='main']/div/h4/span[contains(concat(' ',normalize-space(@class),' '),' list-button-row ')]/a[starts-with(text(),'bib')]"; } + (NSString *)name { return @"ACL Anthology"; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit