openbsd-ports/www/p5-Rose-HTML-Objects/pkg/DESCR
espie cd2dac7a03 Object-oriented HTML interface for the Rose framework.
Uses Clone instead of Clone::PP with no apparent issues...
2007-04-16 20:46:42 +00:00

13 lines
647 B
Plaintext

Object-oriented interface to HTML, to use with the Rose framework.
The Rose::HTML::Object::* family of classes represent HTML tags,
or groups of tags. These objects allow HTML to be arbitrarily
manipulated, then serialized to actual HTML (or XHTML). Currently,
the process only works in one direction. Objects cannot be constructed
from their serialized representations. In practice, given the
purpose of these modules, this is not an important limitation.
Any HTML tag can theoretically be represented by a
Rose::HTML::Object-derived class, but this family of modules was
originally motivated by a desire to simplify the use of HTML forms.