Forum Discussion
AustinK
7 years agoQrew Commander
Have you tried to use CDATA?
I'm not positive it will work perfectly for this but it sounds like it might.
I guess you could try using & as well, just to check if that worked. Also %26, just because why not test it to be sure.
What works in this exact situation might even be a combination of the above things. I've seen both CDATA and percent encoding be needed before in other things but I don't use XML much with QuickBase.
I'm not positive it will work perfectly for this but it sounds like it might.
I guess you could try using & as well, just to check if that worked. Also %26, just because why not test it to be sure.
What works in this exact situation might even be a combination of the above things. I've seen both CDATA and percent encoding be needed before in other things but I don't use XML much with QuickBase.
ChristopherKnie
7 years agoQrew Trainee
CDATA did the trick!
You have to open and close the CDATA tag inside of the query tag. So basically:
You have to open and close the CDATA tag inside of the query tag. So basically:
<query> <![CDATA[. . .]]> </query>