How can I embed double quotes in job or order parameters?
Double quotes or single quotes are required to enclose xml attributes, therefore you could use single quotes within a double quoted attribute value or vice versa. However, if you have to use both double quotes and single quotes in an attribute value then you should switch to the xml entity names " and ' that would be substituted accordingly:
Related Questions
- Perl uses single or double quotes to surround a zero or more characters. Are the single(‘ ‘) or double quotes (" ") identical?
- We outsource our graphic design. Can your print shop solutions calculate this into customer quotes and job tickets?
- How do I replace all double quotes with single quotes in char and varchar fields?