I'm having to convert some stuff to an XML format. I know zip about XML...but I have a file that I'm using as a model.
I've got a line like this:
<respcondition title="0 0.6 inches" >
actually, it's 0.6"
When my translator kicks out:
<respcondition title="0 0.6 "" >
the system chokes. How do I tell it to stick in a literal quote?
Thanks...
Gary

