Created
June 4, 2024 09:22
-
-
Save Delors/89e57bd0665f66376cac0cbdf359fa83 to your computer and use it in GitHub Desktop.
A simple XML file using namespaces
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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