[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]
Using <rollover> etc. from EPerl
- From: Christoph Schmitz <nospam@thanx>
- Date: Fri, 3 Dec 1999 10:36:48 +0100 (CET)
Hi,
I wondered if there was any possibility of using tags from wml::des::*
and others from EPerl. That is, suppose you want to render a fancy
navigation bar from EPerl, something like
<:
...
foreach ( ... ) {
print "<rollover ...>\n";
}
:>
(Of course, it *doesn't* work like this. But you get the idea.)
Or maybe you might want to use <href> tags in EPerl.
A trick (?) I came up with is to tweak .../bin/wml itself so that
the array containing the passes to be executed is no longer sorted prior
to execution. Thus, I can force wml to execute EPerl first, something
like -p3,1-9. But I have a gut feeling that this might be dangerous...
(Why?)
Another possbility might be to put all the stuff from wml::des::* etc.
into Perl modules which could be called from EPerl, so that one could
write
<:
foreach (...) {
print WML::DES::rollover (..., ..., ...);
}
:>
Or is there any other solution?
Thanks,
Christoph
-- Christoph Schmitz <cschmitz(at)stud.informatik.uni-trier.de> --
The function of the expert is not to be more right than other people,
but to be wrong for more sophisticated reasons.
-- Dr. David Butler, British psephologist
______________________________________________________________________
Website META Language (WML) www.engelschall.com/sw/wml/
Official Support Mailing List sw-wml@engelschall.com
Automated List Manager majordomo@engelschall.com