July 10, 200817 yr I have a calculation that has to output "-marks ie: XML-calc= "<?xml version="1.0" encoding="ISO-8859-1"?>" This won't work unless I: <?xml version="&"1.0"&" encoding="&"ISO-8859-1"&"?>" everything.. this is VERY annoying. Help anyone?
July 10, 200817 yr How about using the Quote function if you're using a quote on both ends of your string? Otherwise you can make a global or calc field and store just a single quote character there, then refer to it as needed? e.g., the calculation [color:green]Quote ( "test text" ) would return the result [color:green]"test text"
July 10, 200817 yr Author solution found: http://dwaynewright.blogspot.com/2008/07/example-quote-in-my-literal-text.html
Create an account or sign in to comment