gitktrans-domain.c

Go to the documentation of this file.
00001 
00012 #define GITK_LIB_C
00013 #define GITK_TRANS_DOMAIN_C
00014 
00015 #include "gitkincludes.h"
00016 
00017 
00023 xmlDocPtr gitk_dialog_trans_domain(xmlDocPtr const src) {
00024   xmlDocPtr res;
00025 
00026   g_assert(src);
00027   gitk_log1("before applying stylesheet ("XSL_ROOT_PATH"gitk-renderer-%s/domain.xsl)",gitk_renderer_name);
00028 
00029   if(!(res=xsltApplyStylesheet(xsl_domain,src,NULL))) {
00030     gitk_err1("failed to apply stylesheet ("XSL_ROOT_PATH"gitk-renderer-%s/domain.xsl)",gitk_renderer_name);
00031   }
00032   return(res);
00033 }

Generated on Thu Oct 28 10:59:15 2004 for gitk by doxygen 1.3.6