X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsubtitle_asset.h;fp=src%2Fsubtitle_asset.h;h=88b5378cab2986661b27af9f38bd3371a3f24d64;hb=066e30f30f851396bd6f10d50a448507e1c0b392;hp=f51906e22aabfe49c87611a3531dee868d942182;hpb=2516e657c80da672d1ea1ef5b5a189ef8799c070;p=libdcp.git diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index f51906e2..88b5378c 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -48,9 +48,13 @@ #include #include #include +#include +#include +#include namespace xmlpp { + class Document; class Element; } @@ -128,6 +132,8 @@ public: return _raw_xml; } + static std::string format_xml (xmlpp::Document const& document, std::vector> const& namespaces); + protected: friend struct ::interop_dcp_font_test; friend struct ::smpte_dcp_font_test;