28 Apr
2005
28 Apr
'05
6:42 p.m.
"Jason Stewart"
Has anyone implemented an XML parser for boost::program_options? I have just started looking into using this library but I need to read/write XML files. Before digging in and doing it myself I thought I'd ask if anyone has looked at the problem.
Sounds interesting. Would this let you specify the program options as either commandline flags or as in XML input file? And, I think that boost.serialize has XML as one of it's formats, would you be able to use that as your XML parser?
Thanks,
Jason Stewart