Inhaltsverzeichnis
Um zurückzugehen, müssen die aktuelle und die ältere Version mit Hilfe der Historie verglichen werden.
Kombinierter Revisionsvergleich
...
...
Einbindung XML über Java Script
URL url = new URL("https://firncore.trialanderror.tech/@api/deki/pages/325/properties/urn%253Acustom.mindtouch.com%2523xml-test");
HttpURLConnection connection = (HttpURLConnection)url.openConnection();
connection.setRequestMethod("GET");
connection.connect();
InputStream stream = connection.getInputStream();
// read the contents using an InputStreamReader
...
Version von 00:30, 30 Sep 2023
...
...
...
Version seit 00:55, 30 Sep 2023
...
...
Einbindung XML über Java Script
URL url = new URL("https://firncore.trialanderror.tech/@api/deki/pages/325/properties/urn%253Acustom.mindtouch.com%2523xml-test");
HttpURLConnection connection = (HttpURLConnection)url.openConnection();
connection.setRequestMethod("GET");
connection.connect();
InputStream stream = connection.getInputStream();
// read the contents using an InputStreamReader
...

