$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Review request: auto-index tool
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-01-26 04:22:53
> I don't understand why you don't xml encode '&', '<' and '>', it's
> pretty simple to implement.
It hasn't been an issue until now, but yeh I guess I should XML encode
anything that comes from an external source.
Cheers, John.