From: Patrick Gundlach Date: 2005-10-29T19:17:04+09:00 Subject: Re: TagTreeScanner help > You could look at the ruwiki parsing code to see if it helps. The > scanning and token replacement is factored into separate components - > see token.rb and the token directory in the ruwiki dist. > > http://rubyforge.org/projects/ruwiki Thanks. I fear that if I use that source code I get only 95% the way because of subtle differences in these two markup languages. ruwiki has a lot of code on parsing that isn't easy for a human to parse. I am advancing on my mediawiki class. And I also 'fear' that my code grows up to that size and complexity. I'll release my code as a lib once I get more complex mediawiki pages parsed. Patrick