Example: <div6> (level-6 text division)

These search results reproduce every example of the use of <div6> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <div6> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

4 Default Text Structure


<div6>

<div2 type="chapter">
 <head>Recipes</head>
 <head>Chapter VI.</head>
 <div3>
  <head>Fruit and vegetable soups</head>
  <p>...</p>
  <div4>
   <head>Stocks for all kinds of soups</head>
   <div5 type="recipe">
    <head>Rich strong stock</head>
    <div6>
     <head>Ingredients</head>
     <list>
      <item>4 lbs of shin of beef,</item>
      <item>4 lbs of knuckle of veal,</item>
<!-- ... -->
      <item>4 quarts of water</item>
     </list>
    </div6>
    <div6>
     <head>Mode</head>
     <p>Line a delicately clean stewpan... Strain through a very
           fine hair sieve, or tammy, and it will be fit for use</p>
    </div6>
    <div6>
     <head>Time</head>
     <p>5 hours.</p>
    </div6>
    <div6>
     <head>Average cost</head>
     <p>1s 3d. per quart</p>
    </div6>
   </div5>
   <div5 type="recipe">
    <head>Medium Stock</head>
<!-- ... -->
   </div5>
  </div4>
<!-- ... -->
 </div3>
</div2>
bibliography Show all ⚓︎

<div7>

<div2 type="chapter">
 <head>Recipes</head>
 <head>Chapter VI.</head>
 <div3>
  <head>Fruit and vegetable soups</head>
  <p>...</p>
  <div4>
   <head>Stocks for all kinds of soups</head>
   <div5 type="recipe">
    <head>Asparagus soup</head>
    <div6 type="altRecipe">
     <head>I.</head>
     <div7>
      <head>Ingredients</head>
      <list>
       <item> ...</item>
      </list>
     </div7>
     <div7>
      <head>Mode</head>
      <p>Put the beef, cut into pieces and rolled in flour, into a
             stewpan...</p>
     </div7>
<!-- ... -->
    </div6>
    <div6 type="altRecipe">
     <head>II.</head>
     <div7>
      <head>Ingredients</head>
      <list>
       <item> ...</item>
      </list>
     </div7>
     <div7>
      <head>Mode</head>
      <p>Boil the peas, and rub them through a sieve; add the gravy...</p>
     </div7>
    </div6>
   </div5>
  </div4>
 </div3>
</div2>
bibliography Show all ⚓︎