logo

libbulletml

Library of Bullet Markup Language (forked from https://shinh.skr.jp/libbulletml/index_en.html )git clone https://hacktivis.me/git/libbulletml.git

demotest.xml (325B)


  1. <?xml version="1.0" standalone="no" ?>
  2. <!-- Our to do list data -->
  3. <ToDo>
  4. <Item priority="1" distance="close">Go to the
  5. <bold>Toy store!
  6. </bold>
  7. </Item>
  8. <Item priority="2" distance="none"> Do bills
  9. </Item>
  10. <Item priority="2" distance="far">Look for Evil Dinosaurs!
  11. </Item>
  12. </ToDo>