$value) { $array[] = "$key=\"$value\""; } $attr = implode(' ', $array); } $attr = trim($attr); $attr = empty($attr) ? '' : " $attr"; $xml = ""; if ($this->options['xslt']) { $xml .= 'options['xslt'] . '"?>'; } $xml .= "<$root$attr>"; $xml .= $this->dataToXml($data, $item, $id); $xml .= ""; return $xml; } }