I have a piece of sql text which uses:
Cast ('< M>' + Replace(JobNote, ',', '< /M>< M>') + '< /M>' AS XML)
and when i execute it the error generated is:
XML parsing: line 1, character 23, illegal name character can someone tell me what should I do??
(please ignore the blankspace before M>
in < M>
)