Re: XMLSubs possible bug and fix

2001-09-03 Thread Joshua Chamas
Philip Mak wrote: > > I can't get XMLSubs to work with perl v5.00503 with ASP.pm version 2.17. > When I put Hi in my code, it would generate the following > perl code: > > s::td({ }, 'Hi'); > > which did not work for some reason; I think that perl didn't realize that > this was supposed to be a

XMLSubs possible bug and fix

2001-09-02 Thread Philip Mak
I can't get XMLSubs to work with perl v5.00503 with ASP.pm version 2.17. When I put Hi in my code, it would generate the following perl code: s::td({ }, 'Hi'); which did not work for some reason; I think that perl didn't realize that this was supposed to be a function call. I made it write this