12-12-2019 07:23 AM
Hi,
I am trying to write a simple string in .xml format and read it. I am able to write properly but reading is not happning. I have attached both the codes. Kindly verify and let me know some solution ASAP.
12-12-2019 10:06 AM
1. Why are you saving passwords in an XML file? That just lacks security in every possible way.
2. Are you trying to save multiple passwords to the file? If so, you need to use the XML Parser palette to search for the password you want to read or write or add to the file.
12-12-2019 10:14 AM
Your code is writing a simple string to an XML file format. The XML input to the write VI must be formatted XML using the Flatten to XML VI. You then need the Unflatten from XML on the other end using a schema or specific data format.