Attribute Parser

  • + 3 comments

    In the given example:

    <tag1 value = "HelloWorld">
    <tag2 name = "Name1">
    </tag2>
    </tag1>
    

    is tag2~name legitimate or should we consider tag1.tag2~name only as legitimate?