bigmac Posted July 10, 2008 Posted July 10, 2008 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?
PamRotella Posted July 10, 2008 Posted July 10, 2008 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"
bigmac Posted July 10, 2008 Author Posted July 10, 2008 solution found: http://dwaynewright.blogspot.com/2008/07/example-quote-in-my-literal-text.html
Recommended Posts
This topic is 6040 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now