Subject: [Boost-users] Boost: Regex - XML
From: Etienne Philip Pretorius (icewolfhunter_at_[hidden])
Date: 2009-06-10 16:19:12


Just a general question,

Could one use Boost.Regex to build a Well-Formed and Validating XML
parser whose view is iterators to elements inside the XML document?

In other words, create a class that acts like an XML parser so that you
may derive from it to say create a XMPP class?

Etienne