xmldevscratchpad.xml 1.1 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xmldevscratchpad>
  3. <h2>xml dev scratchpad</h2>
  4. <table>
  5. <tr>
  6. <th>wat</th><!-- what's to be done -->
  7. <th>dun</th><!-- has it been done? -->
  8. <th>sum</th><!-- how much/many done? -->
  9. </tr>
  10. <tr><td><wally>wall Y</wally><td><input type="button"></td><td><input type="text"></td></tr>
  11. </table>
  12. bleh^... lets get out of that, n into proper xml'isation from scratch.
  13. <physio>
  14. <wally>
  15. <name>wall Y</name>
  16. <description>feet about 20-40cm out from wall, back flat against the wall (esp mid-curve), upper arms horizontal, head and elbows against the wall, forearms up straight, all wrist and fingers pinned against wall, keeping everything pressed against the wall, slide arms up, keeping forearms vertical, as far as can, keeping everything pinned. do 3 reps, for 1 complete set.</description>
  17. <diditconfirm>(idk, do i really put this button in here?)
  18. <input type="button">... i dont think the input button thing goes here in the xml ... that'll be.. idk, html or more likely (?) the css. something to look into when i get back.</input>
  19. </diditconfirm>
  20. </wally>
  21. </physio>
  22. </xmldevscratchpad>