setRootElement( 'rsd' ); } public function getMimeType() { return 'application/rsd+xml'; } public static function recXmlPrint( $name, $value, $indent, $attributes = [] ) { unset( $attributes['_idx'] ); return parent::recXmlPrint( $name, $value, $indent, $attributes ); } }