Delimited String Split – XML Parsing Method

I’d blogged previously on a string splitting function which splits up CSV onto individual valueshttp://visakhm.blogspot.in/2010/02/parsing-delimited-string.htmlThe same scenario can be handled by means of XML functions too. This blog provides a method of splitting up of delimited string into its component…