RFC: XMLSubs %= % in attributes

2002-07-09 Thread Josh Chamas
Hey, I am working on the next release of Apache::ASP, which seems like it will be a major one. In particular, I will be adding support for %= % in the XMLSubs attributes, but this functionality will not be backward compatible with the default raw perl arguments. I would like your comments on

Re: RFC: XMLSubs %= % in attributes

2002-07-09 Thread Philip Mak
On Tue, Jul 09, 2002 at 08:46:14PM -0700, Josh Chamas wrote: %= % expressions will be allowed in XMLSubs attributes, as in: my:tag arg=%= $object-{member} % / That will be nice. I tried to do that ever since I first found out about XMLSubs. This old functionality is not compatible with

Re: RFC: XMLSubs %= % in attributes

2002-07-09 Thread Philip Mak
On Tue, Jul 09, 2002 at 09:22:14PM -0700, Josh Chamas wrote: While we are talking about good configs, how about making UseStrict 1 the default at the same time?! This would be of great benefit to developers in the long term, but the migration pains would be great. This is one of the