Revision: 28107
http://sourceforge.net/p/bibdesk/svn/28107
Author: hofman
Date: 2022-12-13 15:15:55 +0000 (Tue, 13 Dec 2022)
Log Message:
-----------
go through super for items from download
Modified Paths:
--------------
trunk/bibdesk/BDSKACLParser.m
Modified: trunk/bibdesk/BDSKACLParser.m
===================================================================
--- trunk/bibdesk/BDSKACLParser.m 2022-12-13 07:30:14 UTC (rev 28106)
+++ trunk/bibdesk/BDSKACLParser.m 2022-12-13 15:15:55 UTC (rev 28107)
@@ -94,12 +94,11 @@
- (NSArray *)itemsFromDownload:(BDSKCitationDownload *)download error:(NSError
**)outError {
- NSString *bibtexString = [self bibTeXStringFromDownload:download];
- NSArray *bibtexItems = [self itemsFromBibTeXString:bibtexString
error:outError];
+ NSArray *items = [super itemsFromDownload:download error:outError];
+
+ [self addPDFURLsToItems:items];
- [self addPDFURLsToItems:bibtexItems];
-
- return bibtexItems;
+ return items;
}
+ (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')]"; }
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit