Skip to content

Instantly share code, notes, and snippets.

@Delors
Created June 4, 2024 09:22
Show Gist options
  • Save Delors/89e57bd0665f66376cac0cbdf359fa83 to your computer and use it in GitHub Desktop.
Save Delors/89e57bd0665f66376cac0cbdf359fa83 to your computer and use it in GitHub Desktop.
A simple XML file using namespaces
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<lehrveranstaltungen
status="akkreditiert"
xmlns="http://dhbw-mannheim.de"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Modul muss überarbeitet werden... -->
<modul>
<vorlesung id="191"
xlink:type="simple"
xlink:href="https://www.dhbw-mannheim.de/web_entwicklung">
Web Entwicklung
</vorlesung>
<vorlesung id="2023">Verteilte Systeme</vorlesung>
</modul>
</lehrveranstaltungen>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment