Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Created June 12, 2022 06:25
Show Gist options
  • Save uncoded-ro/9b4f3febdaae4e3d4a838de41c5229a3 to your computer and use it in GitHub Desktop.
Save uncoded-ro/9b4f3febdaae4e3d4a838de41c5229a3 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<!-- Tip atribut: NMTOKEN, NMTOKENS -->
<!-- Valoare implicita: #IMPLIED -->
<!DOCTYPE tutor [
<!ELEMENT tutor (nume)>
<!ELEMENT nume (#PCDATA)>
<!ATTLIST nume titlu NMTOKENS #IMPLIED sufix NMTOKEN #IMPLIED>
]>
<tutor>
<nume titlu="Prof. dr. ing." sufix="Jr.">Vasile Popescu</nume>
</tutor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment