D. Hageman > XForms-Generator > XML::XForms::Generator::Extension

Download:
XForms-Generator-0.70.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.70   Source  

NAME ^

XML::XForms::Generator::Extension

SYNOPSIS ^

 use XML::XForms::Generator::Extension;

DESCRIPTION ^

This module provides convience methods to the most common extension tagsets to the XForms standard.

FUNCTIONS ^

xforms_extension_html

This function will create an <html> tag that can be embeded into the <xforms:extension> element to specify attributes of HTML form tags that are missing from the XForms specification. This is mainly used to keep backward compatiblity with older systems.

AUTHOR ^

D. Hageman <dhageman@dracken.com>

SEE ALSO ^

 XML::XForms::Generator
 XML::XForms::Generator::Action
 XML::XForms::Generator::Control
 XML::XForms::Generator::Model
 XML::XForms::Generator::UserInterface
 XML::LibXML
 XML::LibXML::DOM

COPYRIGHT AND LICENSE ^

Copyright (c) 2002-2004 D. Hageman (Dracken Technologies).

All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.