local name, path = vlc.strings.convert_xml_special_chars(item.name,item.path or "")
local name, path = vlc.strings.convert_xml_special_chars(item.name or "",item.path or "")
print("<leafid='"..tostring(item.id).."'uri='"..path.."'name='"..name.."'ro='"..(item.flags.ro and "ro" or "rw").."'duration='"..tostring(item.duration).."'/>")
print("<leafid='"..tostring(item.id).."'uri='"..path.."'name='"..name.."'ro='"..(item.flags.ro and "ro" or "rw").."'duration='"..tostring(item.duration).."'/>")