s34n
07-13-2006, 05:05 PM
I have an XML sheet, and i wish to extract the attributes of the objects rather than the elements...
<html>
<body>
<xml id="XmlExport" src="sheet"></xml>
<table border="1" datasrc="#XmlExport">
<tr>
<td><span datafld="llnode"></span></td>
</tr>
</table>
</body>
</html>
i understand this is used for elements, but i needf attribute names of the objects as the elements are empty
thanks
<html>
<body>
<xml id="XmlExport" src="sheet"></xml>
<table border="1" datasrc="#XmlExport">
<tr>
<td><span datafld="llnode"></span></td>
</tr>
</table>
</body>
</html>
i understand this is used for elements, but i needf attribute names of the objects as the elements are empty
thanks