==== //ccare/main/LiveJournal/cgi-bin/ljlib.pl#5 - /u0/jaffray/p4/LiveJournal/cgi-bin/ljlib.pl ====
@@ -30,6 +30,7 @@
 require '/home/lj/cgi-bin/ljconfig.pl';
 require '/home/lj/cgi-bin/ljlang.pl';
 require '/home/lj/cgi-bin/ljpoll.pl';
+require '/home/lj/cgi-bin/LJ/XMLGenerator.pm';
 
 ## for use in style system's %%cons:.+%% mapping
 %constant_map = ('siteroot' => $LJ::SITEROOT,
@@ -1215,6 +1216,11 @@
     $dbh = ($BMLPersist::dbh = LJ::get_dbh("master"));
 }
 
+sub get_xmlgen
+{
+    $xg = LJ::XMLGenerator->instance;
+}
+
 
 package LJ;
 

