ArrayToXml
last edited 4 years ago by satenik_danielyan
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
Figure

inpins
- TAGNAME - ID = 1 - Tag name
- String - tag name
- ARRAY - ID = 2 - array of strings
- String - array of strings
- ADD - ID = 3 - adds the tag name with the values of
array strings in the xml string
- no params -
outpins
- OUTXML - ID = 51 - XML String
- XML String
links to cvs
source - revision 1.2 org.vcb.parts.xml.ArrayToXml.java at sourceforge.net
configuration file revision 1.3 ArrayToXml.vcb at sourceforge.net
status
alpha release