mirror of
https://gitlab.com/tutorial-java-rafa-munoz/tutorial-java-2024-25/LMSGI-2024-25.git
synced 2025-11-09 18:03:06 +01:00
feat(DTD): 2018 test added
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE restaurante SYSTEM "comida-mexicana.dtd">
|
||||
<restaurante direccion="Calle el taquito" nombre="El tacazo" telefono="957591456">
|
||||
<platos>
|
||||
<plato codigo="ques" ingredientePrincipal="queso">
|
||||
<nombre>Quesadillas</nombre>
|
||||
<casero/>
|
||||
<precio coste="6" />
|
||||
<existencias />
|
||||
</plato>
|
||||
<plato codigo="ench">
|
||||
<nombre>Enchilada &picante;</nombre>
|
||||
<precio coste="20" />
|
||||
<agotado />
|
||||
</plato>
|
||||
</platos>
|
||||
<ofertas>
|
||||
<oferta coste="15">2x1
|
||||
<platoReferido codigoPlato="ques" platoCombinado="ques ench" />
|
||||
</oferta>
|
||||
</ofertas>
|
||||
</restaurante>
|
||||
Reference in New Issue
Block a user