Re: CVS update: /cowiki/includes/cowiki/class/parse/, /cowiki/includes/cowiki/class/render/

"Daniel T. Gorski" <[email protected]> Tue, 15 Mar 2005 20:56:40 +0100
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <20050315195640.GX29876@bantha>
On 14 Mar 19:28, Daniel T. Gorski wrote:

> On 14 Mar 17:14, [email protected] wrote:
> 
> > Modified:
> >  /cowiki/includes/cowiki/class/parse/
> >   class.WikiParser.php, class.WikiReverseParser.php
> 
> If you need to debug the strings in the parser e.g. if something doesn't
> match a pattern, coWiki has a dump() function that might help.
> 
> Just
> 
>   echo dump($sYourString);
> 
> An "exit;" behind this might be required as coWiki will redirect after it
> has parsed and saved the text.

One more thing I forgot and that might be useful: to check the XML that is
produced by the coWiki parser you can call your document with ?cmd=xmldoc.

Like this: <http://your.cowiki/1.html?cmd=xmldoc>

regards dtg