red solid line example


XML document 

<diputree>
 <hasline>
  <line>
   <haslinestyle>
    <solid/>
   </haslinestyle>
   <hascolor>
    <rgb>
     <i>0xA00000</i>
    </rgb>
   </hascolor>
  </line>
 </hasline>

 <has>
  <b>
   <lt>a branch</lt>
   <has>
    <l>
     <lt>a leaf</lt>
    </l>
    <l>
     <lt>another leaf </lt>
    </l>
   </has>
  </b>
 </has>
</diputree>

Explanation

<diputree>
  <hasline>
  <line>
   <haslinestyle>
    <solid/>
   </haslinestyle>
   <hascolor>
    <rgb>
     <i>0xA00000</i>
    </rgb>
   </hascolor>
  </line>
  </hasline>

 ...
</diputree>

<diputree> <hasline> <line> which <haslinestyle> <solid/> and <hascolor> 0xA00000 <rgb> (dark red)

Remarks

See also

<haslinestyle>, <hascolor>


diputree documentation © 2000 dipu