Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Created June 12, 2022 06:25
Show Gist options
  • Save uncoded-ro/2292da6da17bf4d8fec4aa7d37e33286 to your computer and use it in GitHub Desktop.
Save uncoded-ro/2292da6da17bf4d8fec4aa7d37e33286 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<!-- Tip atribut: ID -->
<!-- Valoare implicita: #REQUIRED -->
<!DOCTYPE student [
<!ELEMENT student (nume)>
<!ELEMENT nume (#PCDATA)>
<!ATTLIST nume nr_matricol ID #REQUIRED>
]>
<student>
<nume nr_matricol="LK1764">Virgil Popescu</nume>
</student>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment