Revision: 29215
          http://sourceforge.net/p/bibdesk/svn/29215
Author:   hofman
Date:     2025-04-27 15:19:31 +0000 (Sun, 27 Apr 2025)
Log Message:
-----------
fix typos in xpath

Modified Paths:
--------------
    trunk/bibdesk/BDSKSRUGroupServer.m

Modified: trunk/bibdesk/BDSKSRUGroupServer.m
===================================================================
--- trunk/bibdesk/BDSKSRUGroupServer.m  2025-04-27 15:18:49 UTC (rev 29214)
+++ trunk/bibdesk/BDSKSRUGroupServer.m  2025-04-27 15:19:31 UTC (rev 29215)
@@ -312,7 +312,7 @@
             if (nil != document) {
                 NSXMLElement *root = [document rootElement];
                 
-                NSArray *records = [root 
nodesForXPath:@"/zs:searchRetrieveResponse[1]/zs:records[1]/zs.record/zs.recordData"
 error:NULL];
+                NSArray *records = [root 
nodesForXPath:@"/zs:searchRetrieveResponse[1]/zs:records[1]/zs:record/zs:recordData"
 error:NULL];
                 
                 NSMutableArray *pubs = [NSMutableArray array];
                 

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

Reply via email to