Combox Xml Attributes question?

How many xml node attributes can be passed to a Combobox item?

scenario:

xml = [COLOR=Green]<video url=“video01.flv” xml=“video01_cap.xml” desc=“video 01” />[/COLOR]

as = [COLOR=Green]combobox.addItem(videos*.attributes.desc, videos*.attributes.url, videos*.attributes.xml);[/COLOR]

As you can see, I need the first one to label the item, the second to access the video and the third to access the caption xml.

THX