Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add required --deprecated-trim-nodes to example #10

Merged
merged 3 commits into from
Sep 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading