Re: [PHP-DOC] livedocs PATCH

2004-05-23 Thread Nuno Lopes
> > > 2/ Although I want to solve the dom problem, I don't want > > to hard code dom > > > specifics into the guts of livedocs > > So how? How do you know if you to append 'dom-' to the id? > > There should be a generic mechanism to name functions based on the extension > that they are in. For, we

RE: [PHP-DOC] livedocs PATCH

2004-05-23 Thread Wez Furlong
> > 2/ Although I want to solve the dom problem, I don't want > to hard code dom > > specifics into the guts of livedocs > So how? How do you know if you to append 'dom-' to the id? There should be a generic mechanism to name functions based on the extension that they are in. > > 3/ the version

Re: [PHP-DOC] livedocs PATCH

2004-05-23 Thread Nuno Lopes
> Hey Nuno, > > I left out those other parts because: > > 1/ lookup_title() is good thing to use (take a look at what it does) Oh, it is caching the results But SPL, Tidy,... don't work. Mine implementation fetches the title and the description with one DB query instead of two that you would do

RE: [PHP-DOC] livedocs PATCH

2004-05-23 Thread Wez Furlong
Hey Nuno, I left out those other parts because: 1/ lookup_title() is good thing to use (take a look at what it does) 2/ Although I want to solve the dom problem, I don't want to hard code dom specifics into the guts of livedocs 3/ the version stuff is not phpdoc specific; it can happily live in t

Re: [PHP-DOC] livedocs [PATCH] - allowing style_mapping to transform()

2004-05-10 Thread moshe doron
"Wez Furlong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Wouldn't it be better to do this in a RTL version of the style sheet > (that just contains the RTL specific parts), and link to that sheet in > addition to existing "generic" style sheet? > > Or are there other kinds of th

RE: [PHP-DOC] livedocs [PATCH] - allowing style_mapping to transform()

2004-05-10 Thread Wez Furlong
Wouldn't it be better to do this in a RTL version of the style sheet (that just contains the RTL specific parts), and link to that sheet in addition to existing "generic" style sheet? Or are there other kinds of things that you need to do when generating the HTML? --Wez. > -Original Message