[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]
Re: Using <rollover> etc. from EPerl
- From: Denis Barbier <nospam@thanx>
- Date: Wed, 8 Dec 1999 23:03:34 +0100 (CET)
On Fri, 3 Dec 1999, Christoph Schmitz wrote:
> 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.
In both cases, these tags do not invoke ePerl, so you might try
<:
...
foreach ( ... ) {
print <<'_UNTIL_HERE_';
<rollover ...>
_UNTIL_HERE_
}
:>
--
Denis Barbier
WML Maintainer
______________________________________________________________________
Website META Language (WML) www.engelschall.com/sw/wml/
Official Support Mailing List sw-wml@engelschall.com
Automated List Manager majordomo@engelschall.com