[jifty-devel] Template::Declare now (partiallly) supports XUL and custom XML dialects

Agent Zhang agentzh at gmail.com
Thu Aug 9 21:51:41 EDT 2007


On 8/9/07, Andrew Sterling Hanenkamp <sterling at hanenkamp.com> wrote:
>
> I like it, but I'm concerned about the extra namespaces resulting in issues
> in some places. The import() method would obviously need to croak if "html"
> was already a package or anything else that would cause a conflict. I would
> be a little more comfortable if there was an additional mapping for the
> package name too:
>
>     use Template::Declare::Tags 'HTML' => { namespace => 'html', package =>
> 'MyHTMLTags' };
>
>     MyHTMLTags::p { 'hello' };
>

I totally agree :)

I'll try to hack this in today. The TD XML stuff is already an
important part of my $work (with full permission from my $manager ;))

Thanks,
agentz


More information about the jifty-devel mailing list