History for ArrayToXml
changed: - description This part takes a tag name as a first input, the array of strings as a second input. It creates the xml and writes in the "array" tag the getted tag with the values of the array. For example if the getted tag is "name" and the array strings are Armen, Karen and Arman,then in the xml would be writen <array><name>Armen</name><name>Karen</name><name>Arman</name></array>. The output is xml string. Figure <img src="array1.gif" /> inpins 1 TAGNAME - ID = 1 - Tag name o String - tag name 2 ARRAY - ID = 2 - array of strings o String - array of strings 3 ADD - ID = 3 - adds the tag name with the values of array strings in the xml string o no params - outpins 1 OUTXML - ID = 51 - XML String o XML String links to cvs source - revision 1.2 "org.vcb.parts.xml.ArrayToXml.java":http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/src/org/vcb/parts/xml/ArrayToXml.java at sourceforge.net configuration file revision 1.3 "ArrayToXml.vcb":http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/configs/xml/ArrayToXml.vcb at sourceforge.net status alpha release