> For XMLSubs shorthand of this I might:
>   # httpd.conf
>   PerlSetVar XMLSubs my:header
>
> and then:
>  # global.asa, or my.pm, or My::Tags, which is used in global.asa
>  sub my::header {
>     $main::Response->Include('head.inc', @_);
>  }
>
> so I could finally:
>  <my:header title="$title" />
>

How is performance with the XML approach versus the regular perl approach?
I'm tempted to begin my foray into the world of XML, but want to know if
there is gold at the end of the (what appears to be) steep learning curve.

JL


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to