it should be a very simple trace ... but I have no idea why it is not working.
My XML is old ...
for each(var vidXml:XML in xmlData.col[0].vid.*) { trace("loop # = "+vidXml); aNewTextArray.push(vidXml); }
^ Try this
Have you tried this?
trace("Where is my text? = "+xmlData.col.(@id1 == 'Photography').vid.*);
Source: https://habr.com/ru/post/1718841/More articles:Can I increase the char * value passed to the function? - c ++how to start a stored procedure from groovy that returns multiple result sets - groovyHow to prevent function optimization - c ++How to define [] for a class in Python? - pythonJava rmi client exceptions - javaHow to get a timestamp older than 1901 - c ++End of file in C ++ - c ++Working with Subversion with a USB dongle - svnCreating identifiers for uniqueness and a link URL - urlHow can I use a singleton class in AOP (aspect-oriented programming)? - classAll Articles