in reply to Problem in parsing XML file with spaces or slashes in a tag

I guess what you have is not real XML then, because, at least to my cursory search, XML tags cannot contain slashes. You will have to be creative and write your own parser for that.

Update: Fletch points out that the canonical URL is http://www.w3.org/TR/REC-xml/#sec-common-syn.

  • Comment on Re: Problem in parsing XML file with spaces or slashes in a tag