boost/property_tree を使用して XML ファイルを作成しています。残念ながら、xml-stylesheet 処理命令をファイルに追加する方法がわかりません。
望ましい出力:
<?xml version="1.0" encoding="utf-8"?> <-- This is added automatically
<?xml-stylesheet type="text/xsl" href="report.xsl"?> <-- How to add this line
<report>
...
</report>
boost/property_tree/ptreeでそれは可能ですか?