On 2020/12/10 13:57:39, Dick Groskamp <di...@apache.org> wrote: 
> 
> 
> On 2020/12/09 19:51:57, Arrigo Marchiori <ard...@yahoo.it.INVALID> wrote: 
> > Hello,
> > 
> > trying a shot in the dark...
> > 
> > On Wed, Dec 09, 2020 at 05:24:41PM -0000, Dick Groskamp wrote:
> > 
> > > On 2020/12/09 11:34:03, Carl Marcum <cmar...@apache.org> wrote: 
> > > > Hi Dick,
> > > > 
> > > > I have copied it out and it's contents are below.
> > > > 
> > > > On 12/9/20 5:42 AM, Dick Groskamp wrote:
> > > > >
> > > > > On 2020/12/08 18:56:25, Carl Marcum <cmar...@apache.org> wrote:
> > > > >> There are still hundreds of broken pages in the dev guide.
> > > > >> Yes it seems to be idls and ildm tags.
> > 
> > [...]
> > > >      function renderIDLM( $input, $args, $parser ) {
> > > >          $parser->disableCache();
> > > >          $output = $parser->recursiveTagParse( $input );
> > > >          $page = ereg_replace ('\.','/',$output);
> > > >          $anchor = ereg_replace (':','.html#',$page);
> > > >          $function = ereg_replace ('^.*:','',$page);
> > [...]
> > > Thanks,
> > > now I only have to figure out why it isn't working :-)
> > 
> > Could the culprit be the deprecated ereg_replace function, that was
> > removed since PHP 7.0.0?
> > 
> > Pointers:
> > https://www.php.net/manual/en/function.ereg-replace.php
> > https://stackoverflow.com/questions/3649574/replace-ereg-replace-with-preg-replace
> > 
> > HTH,
> > -- 
> > rigo
> > 
> > http://rigo.altervista.org
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> > 
> > 
> That might probably also be the reason why the tag <idl>  does work. It uses 
> str_replace and NOT ereg_replace.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 
> 
Just tested with a page with just one  tag <idlmodule>.
Changing it to <idl> renders the page correctly.
Changing to <idls> does NOT render the page, nor does <idlmodule>

Seems to me that ereg_replace is the culprit, but I'm no developer, nor 
technician

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to