Printer FriendlyEmail Article Link

Avalanche: Why do I get a parse error when using double quotes in my formsDB file?

Answer

Double quotes must be escaped with an additional double quote (").

Example 1:
Value triggering the parse error:
 123abcd"<>'

Needs to be updated as follows:
123abcd""<>'


Example 2:
Value resulting in parse error:
<?xml version="1.0" encoding="UTF-8"standalone="yes"?>

Must be updated as follows:
<?xml version=""1.0"" encoding=""UTF-8""standalone=""yes""?>

 


Product : L4-7,Avalanche