Matt Sergeant wrote:
>
> First off, it's [$string] or - 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 =~ /([^<]*)<(\/)?([^>]+)>/) {
>
Thanks, tha
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 $string
> to translate to Locale::PGetText::gettext($string), for
> internationalization, and only for his version of the module.
>
> I thin
Hey,
A possible XML extension for Apache::ASP came up when
Paul Linder created an internal mapping for $string
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
in gener