Attribute Parser

  • + 0 comments
    input 1:
    10 1
    <a value = "GoodVal">
    <b value = "BadVal" size = "10">
    </b>
    <c height = "auto">
    <d size = "3">
    <e strength = "2">
    </e>
    </d>
    </c>
    </a>
    d~sze{-truncated-}
    
    output : 
    3
    

    how this is giving 3 ? the query does not have attribute "size" ???