Home Docs Forums Bugzilla LXR Doxygen CVS Bonsai
~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

tahoe/contrib/parameter_example/example/house2.xml


Jump to: CVSweb (mirror) - ViewCVS (Sourceforge) - PCVweb

  1 <?xml version = "1.0" encoding = "UTF-8"?>
  2 <!DOCTYPE house SYSTEM "file:///Volumes/Uster/USERS/paklein/Code/protected-tahoe/BRANCH_parameter_1/contrib/parameter_example/example/house.dtd">
  3 <house style = "ranch" zipcode = "94117">
  4         <roof style = "slate"/>  
  5         <driveway length = "31.0" surface = "asphalt"/>  
  6         <garage length = "15.0" opener = "true" width = "12.0">
  7                 <window width = "5.11"/>
  8         </garage>  
  9         <garage/>  
 10         <lawn/>
 11         <storm_shelter height = "9.5" length = "12.5" width = "9.75" first_aid_kit = "true"/>  
 12         <closet has_shelf = "true" length = "5" width = "5"/>  
 13         <closet length = "4" width = "4"/>  
 14         <bedroom floor = "2" length = "12" width = "10">
 15                 <window height = "8.0" width = "4.0"/>
 16                 <window/>
 17                 <window/>
 18                 <window/>
 19                 <window/>
 20         </bedroom>  
 21         <bedroom floor = "2" length = "8" width = "8"/>
 22         <closet length = "2" width = "3" has_shelf = "true"/>  
 23 </house>

~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.