home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / wvhtm064.zip / notes / notes-toself < prev    next >
Text File  |  2000-09-02  |  778b  |  30 lines

  1. the FromBucket calls internally should use dread and so on,
  2. which advance the bucket pointer internally for themselves,
  3. but leave the pointer as it was when exited.
  4.  
  5. the Apply calls internally use the FromBucket and dread calls,
  6. but in addition advance the count parameter accordingly.
  7.  
  8. -----xml config thoughts-----
  9.  
  10. This is the basic unit, end is optional.
  11.  
  12. anything
  13. <begin>
  14. </begin>
  15. <end>
  16. </end>
  17. /anything
  18.  
  19. indexable by <anything.begin/> <anything.end/>
  20.  
  21. <list>
  22. anything * x, this has the same no of entries that the spec has
  23. </list>
  24.  
  25. usage of <list.begin/> <list.end/> will automatically feed the val that
  26. appears in the fileformat in as an index into the list to get the appropiate
  27. <anything.begin/>
  28.  
  29. (You can tell that im an xml guru eh (wish there was a ironic smily) !)
  30.