I am aware that you can use syntax such as:
xml..Group
And this is supposed to return an XMLList of Groups anywhere in the xml. This works fine if I have more than one , but fails if there is only one .
Am I wrong in my assumption that it should return one? I trace xml..Group.length() and it is 0, but the Group is definately in the xml.
Any ideas on how you can get one or more Group nodes from my xml?
It was a mistake in my xml, there is no problems using this method on one or more items.