ArrayToXml

Document Actions
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 ArmenKarenArman. The output is xml string.

Figure

inpins

  1. TAGNAME - ID = 1 - Tag name
    • String - tag name
  2. ARRAY - ID = 2 - array of strings
    • String - array of strings
  3. ADD - ID = 3 - adds the tag name with the values of array strings in the xml string
    • no params -

outpins

  1. 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