X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/86becb1ae4d215dd782dfc054471d724f6dcd1d7..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')