devxlogo

April 4, 2018

Assembling XML with String Operations

String name = …String attribute = …String xml = “”+””+ name +””+”; Many beginners are tempted to create an XML file like the one listed above using String operations because