X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/2991698067a246ea9b99b4e668d261af6d418eca..295a1350b069ee750d2f7430e779e5ac6f23a673:/src/librarian/document.py diff --git a/src/librarian/document.py b/src/librarian/document.py index 6ac2842..d4063c5 100644 --- a/src/librarian/document.py +++ b/src/librarian/document.py @@ -115,3 +115,5 @@ class WLDocument: persons.remove(None) return persons + def references(self): + return self.tree.findall('.//ref')