On Wed, Apr 04, 2007 at 09:43:33AM +0530, Rashmi Badan wrote: > Using the escape character \ to escape the single quote within the value > string didn't seem to work - parser gives an error. Is there a way to go > about this? Is there a way to tell the parse to escape the quote within the > value string? Would appreciate some help/info on this.
You probably want to use ' which I believe is the XML entity encoding for a single-quote. -aaron
