Subject: | option to return a HTML::Element instead of string desired |
Not all templating systems are string-oriented. HTML::Seamstress is not.
It works with HTML::Element instances.
As such, it would be nice if the result of filling in the form could be
returned as a tree for further processing by HTML::Element methods.
As it stands, I am forced to parse the results of HTML::FillInForm back
into a tree (even though it was a tree before HTML::FillInForm
stringified it).