Esempio n. 1
0
 /**
  * Get XML content
  * @access   private
  **/
 function _get_textxml($config_webserver_ip, $content)
 {
     $module = new steam_object($this->steam->login_arguments[8]["libxslt"]->id, $this->steam->login_arguments[8]["libxslt"]->class);
     $result = $this->steam->_predefined_command($module, "run", array($content, $this->steam->get_attribute($this->object, "xsl:document"), array(1 => "1")), "objarg", 0);
     return $result;
 }