<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi Folks,<br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>|recurse|<br></div><div>Transcript clear.<br></div><div>recurse := [:help |<br></div><div><br></div><div>help pages do:[:each | | v |<br></div><div>each asString first isUppercase<br></div><div>ifTrue:[recurse value: (Smalltalk at: each)]<br></div><div>ifFalse:[<br></div><div>v := help perform: each.<br></div><div>Transcript show: each; cr.<br></div><div>Transcript show: v title ; cr.<br></div><div>Transcript show: v contents; cr]]].<br></div><div><br></div><div>recurse       value:PostgresV3Help<br></div></div></blockquote><div><br></div><div>straight out of the Terse Guide Factorial.<br></div><div><br></div><div><br></div><div><br></div><div>What this means, is that I can now get the existing CustomHelp content up into other formats using XTreams parsing and then from those other formats back to CustomHelp.<br></div><div><br></div><div>heck,,with a little bit of modification, I can have that thing output to Org mode for emacs easy peasy.<br></div><div><br></div><div>I will work on that tomorrow or this weekend.<br></div><div><br></div><div><br></div><div>Then, I have to do the reverse and create CustomHelp from various markups <br></div><div><br></div><div><br></div><div>cheers,<br></div><div><br></div><div>t</div><div><br></div><div><br></div><div><br></div></div><br></body></html>