Skip to content

Commit

Permalink
Merge pull request #10 from tribut/fix-duedate
Browse files Browse the repository at this point in the history
Add required --deprecated-trim-nodes to example
  • Loading branch information
benibela authored Sep 21, 2024
2 parents 3424be7 + aae471a commit a78fe51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ For example the currently borrowed books in the public library Biel can be obtai
xidel -e '$username:="XXXXXXXX",
$password:="XXXXXXXX",
$baseurl:="https://opac.bibliobiel.ch/"
' --template-action connect,update-all \
' --template-action connect,update-all --deprecated-trim-nodes \
--module mockvidelibri.xqm --xmlns videlibri=https://www.videlibri.de --dot-notation=on \
--template-file data/libraries/templates/netbiblio/template
--template-file data/libraries/templates/netbiblio/template
```

This prints all variables and the borrowed/ordered books in the variable `$book`, each in a line with a JSON object:
Expand Down Expand Up @@ -187,4 +187,4 @@ License
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
(at your option) any later version.

0 comments on commit a78fe51

Please sign in to comment.