Attribute Parser

  • + 2 comments

    I also didn't use Regex. To parse tag names, attributes and values I used find and string construction with iterators. I stored result in simple C++ map. For example: map["tag1.tag2~name"] = "Name1" Then I do simple query. No need for tree.