ok haora si me funciono con esto
Código PHP:
Ver original<html>
<head>
<title></title>
</head>
<body>
<table width="250" border="1" align="center">
<tr>
<td align="center">Canales Activos</td>
</tr>
<?php
$ip = "192.168.1.1";
$port = "5050";
$user = "user";
$pass = "pass";
// Leer los Sid Activos del XML
$sid = $xml->xpath("//user-view[not(@sid=preceding-sibling::user-view/@sid)]");
foreach ($sid as $v) {
echo "<tr>";
echo "<td align=\"center\">";
echo $v->attributes()->sid;
echo "</td>";
echo "</tr>";
}
?>
</table>
</body>
</html>
haora otra cosita podria ser posible colocar en orden de menor a manor