From: Reini U. <ru...@x-...> - 2005-01-20 20:47:52
|
John Cole schrieb: > I noticed that UnfoldSubpages still has a problem. It's ignoring some of > its arguments. I moved a section of code lower and it now processes the > arguments (my first crack at this was wrong and I moved the section too > far). Please do patches against CVS HEAD. Your patch is against an ancient version. Which arguments had been ignored? > Also, this has an added argument to create div tags around the plugin > content. This is used by my phpwiki.xhtml->docbook.xml xsl stylesheet. > Once that change gets in, I'll post my stylesheet and some instructions on > how to use it. div/span tags with an enumerated plugin id tag are generated automatically for all plugins. So just use #UnfoldSubpagesPlugin, #UnfoldSubpagesPlugin1 and so on. <div class="wikitext"><span class="plugin" id="MostPopularPlugin">...</span></div> <div class="plugin tightenable top" id="UnfoldSubpagesPlugin"> ... </div> You don#t need to add this, and its useless since you don#t know here if a span or div is required (span for inlined plugins) > I have a few other small things that would make docbook creation > nicer/simpler, but I'll keep those for later. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |