Problems with Quotes I have a line with quotes inside of it. It's XML. How do i deal with that. It also has variables within it. What would i need to do to fix this. It ends the quote on the second " can i use ( or { or [ s?

code snipit:

Print #1, <?xml version="1.0" ?><UPLOADINFO TYPE="Escalated"><UPLOADDATA USERNAME="%VARIABLE1%"

if i put quotes around it it will just all screw up... how to fix this?