#include "xobject_value.h" #include #include "support/xalan_string.h" namespace InputXSLT { namespace XObjectValue { template <> std::string get(const xalan::XObjectPtr& ptr) { return toString(ptr->str()); } } }