We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35597d commit 2d671feCopy full SHA for 2d671fe
examples/read/marcxml-online/marcxml-online.flux
@@ -1,9 +1,9 @@
1
-default idn = "1021191485";
2
-
3
-idn|
4
-template("https://portal.dnb.de/opac.htm?method=requestMarcXml&idn=${obj}")|
5
-open-http|
6
-decode-xml|
7
-handle-marcxml|
8
-encode-formeta(style="multiline")|
+default idn = "1021191485";
+
+idn|
+template("https://portal.dnb.de/opac.htm?method=requestMarcXml&idn=${o}")|
+open-http|
+decode-xml|
+handle-marcxml|
+encode-formeta(style="multiline")|
9
write("stdout");
0 commit comments