Thank you for the information.
VIllu
On 10/10/07, Gerald Richter - ECOS GmbH <[EMAIL PROTECTED]> wrote:
>
> >
> > Thank you very much. Will be trying it as soon as I get the time.
> >
> > Could you tell me which files are responsible for the
> > generation of the (x)html. Is it all in Embperl::Sy
>
> Thank you very much. Will be trying it as soon as I get the time.
>
> Could you tell me which files are responsible for the
> generation of the (x)html. Is it all in Embperl::Syntax::* or
> does some of the logic is also in *.c files.
>
The difference between html and xhtml is mostly in
Thank you very much. Will be trying it as soon as I get the time.
Could you tell me which files are responsible for the generation of the
(x)html. Is it all in Embperl::Syntax::* or does some of the logic is also
in *.c files.
All the best,
Villu
> -Original Message-
> From: Villu Roogna [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 07, 2007 9:45 PM
> To: embperl@perl.apache.org
> Subject: Re: Problems customizing selected form elements output
>
> Hi again,
>
> Well I h
Hi again,
Well I have partially achieved what I want. I took a good look on the
Embperl::Syntax::* code and documentation again and figured out that I can
do what I want by using _ep_sa (XML::Embperl::DOM::Element::iSetAttribut in
DOM.xs) function instead of Embperl::Cmd::InputCheck.
In case anyo
Hello,
Using embperl 2.2.0 I would like to use embperl feature that allows
automatic input values filling and checkbox, option and radio button
checking when correct values are specified in %fdat. The problem is that for
example for selected input type="checkbox" html generated by Embperl is
Th