$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [XML] validate closing tags with boost property tree read_xml?
From: Simon Coakley (s.coakley_at_[hidden])
Date: 2012-03-20 09:04:32
boost::property_tree::xml_parser::read_xml uses the default rapidxml behaviour of not validating closing tags.
With rapidxml you can use the flag parse_validate_closing_tags to turn this on.
Boost does not support any such flag.
Is there anyway to turn it on using Boost or will I have to use rapidxml directly?
Thanks