Dan Hammer wrote:
> I am having a problem with elements not working properly. For example
> in my code I will have the following...
>
> <[header]>
>
> .... code....
>
> <[footer]>
>
> For some reason the <[header]> won't always work. Sometimes it does
> and sometimes it doesn't. Meaning it works on some pages and not on
> others. I am using the same style on all the pages so I don't see why
> the element would work on some pages and not others. Instead of getting
> the code that is part of the header element I just get the <[header]>
> text to display instead.
If you're using MMP, and you have Flex, you can now (as of 5 minutes
ago) specify --enable-flex-debug to midgard-libs' configure. Note that
this will put _loads_ of debugging info in your logfile. Alternately you
can use the 'pageresolve' tool in the 'test' directory of midgard-lib,
using the -d switch (you don't need to be running mmp for this).
You'll get the same debug info to stderr. Please don't post the entire
log (mine was 12000 lines for a simple page); specifically, omit all
lines that were generated by an {ANY} rule.
You _will_ want to turn off this switch (recompile necesary) for a
production environment :) Oh, BTW, you can use the test tool without
installing the new midgard-lib, so no need to go disrupt anything.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]