[pmwiki-users] Bibliographies

Patrick R. Michaud pmichaud at pobox.com
Thu Sep 7 22:58:49 CDT 2006


On Thu, Sep 07, 2006 at 08:58:58PM -0500, Patrick R. Michaud wrote:
> > >However, I'll be happy to add <!--XMLHeader--> and <!--XMLFooter-->
> > >as aliases for the HTML coverup if it makes you feel better. 
> > >:-) :-)
> > >
> > Yes, please.
> > 
> 
> I'll have it ready in the next release.  (The internal variables
> will remain $HTMLHeaderFmt and $HTMLFooterFmt, but the directives
> will be either.)

Actually, I suppose one could do:

    $XMLHeaderFmt = &$HTMLHeaderFmt;
    $XMLFooterFmt = &$HTMLFooterFmt;

and then $XMLHeaderFmt and $XMLFooterFmt would work in the PHP
code as well.  :-)

Pm




More information about the pmwiki-users mailing list