Re: Apache::ASP XML Extension

2000-01-14 Thread Matt Sergeant
On Thu, 13 Jan 2000, Joshua Chamas wrote: Hey, A possible XML extension for Apache::ASP came up when Paul Linder created an internal mapping for msg$string/msg to translate to Locale::PGetText::gettext($string), for internationalization, and only for his version of the module. I

Re: Apache::ASP XML Extension

2000-01-14 Thread Joshua Chamas
Matt Sergeant wrote: First off, it's tag %args[$string]/tag or tag %args/ - the syntax is extremely strict and I'll come down on you like a ton of bricks if you don't stick to it :) A valid regexp for ascii and Latin-1 only XML parsing is: while ($contents =~ /([^]*)(\/)?([^]+)/) {

Apache::ASP XML Extension

2000-01-13 Thread Joshua Chamas
Hey, A possible XML extension for Apache::ASP came up when Paul Linder created an internal mapping for msg$string/msg to translate to Locale::PGetText::gettext($string), for internationalization, and only for his version of the module. I think that it would be good to extend this mechanism