Skip to topic | Skip to bottom
Home

TechWebSdF
TechWebSdF.EsercizioOttoAndrear1.25 - 11 May 2010 - 13:21 - AndreaLuciferotopic end

Start of topic | Skip to actions

<!ELEMENT ricetta (nome, difficolta, ingredienti, passi)>
<!ELEMENT nome (#PCDATA)>
<!ELEMENT difficolta (#PCDATA)>
<!ELEMENT ingredienti (ingrediente)+>
<!ELEMENT ingrediente (nomeIngrediente, quantita, precisazione*)>
<!ELEMENT nomeIngrediente (#PCDATA)>
<!ELEMENT quantità (#PCDATA)>
<!ELEMENT precisazione (#PCDATA | importante | vabeneAnche)*>
<!ELEMENT passi (passo)+>
<!ELEMENT passo (#PCDATA | importante | vabeneAnche)*>
<!ELEMENT importante (#PCDATA | importante | vabeneAnche)*>
<!ELEMENT vabeneAnche (#PCDATA | importante | vabeneAnche)*>

<?xml version='1.0'>
<!DOCTYPE ricetta SYSTEM 'ricetta.dtd'>
   <ricetta>
      <nome> gnocchi alla genovese </nome>
      <difficolta> media </difficolta>

       <ingredienti>      
         <ingrediente>
           <nomeIngrediente>basilico</nomeIngrediente> 
           <quantita>2 rametti</quantita>
             </ingrediente>
          <ingrediente>
       <nomeIngrediente>pinoli</nomeIngrediente> 
           <quantita>40g</quantita>
            <precisazioni>scusciati per il Professor Vitali</precisazioni>
        </ingrediente>
       </ingredienti>

         
            <passi>
               <passo> 
                        <importante> macinare <bold>basilico, olio, pinoli e parmigiano</bold></importante>
               </passo>
               <passo> cuocere per due tre minuti gli gnocchi</passo>
            </passi>
   </ricetta>

-- AndreaLucifero - 11 May 2010
  • Set ALLOWTOPICVIEW =
  • Set ALLOWTOPICCHANGE =

to top

You are here: TechWebSdF > OttavoEsercizio > EsercizioOttoAndrea

to top

Copyright © Fabio Vitali 2022 Last update of EsercizioOttoAndrea on 11 May 2010 - 13:21 by AndreaLucifero