I want to create filename strings with ".xml" extension.
I have $fileName
variable, but I don't know how to combine the variable with ".xml" extension.
For example: From the file names book1, book2, catalog1, catalog2, I want the following output: book1.xml, book2.xml, catalog1.xml, catalog2.xml.