Menu

Bug: Whitespace after name in end tag

Developer
dev_1
2007-02-14
2013-05-20
  • dev_1

    dev_1 - 2007-02-14

    The following causes the parsing of a file to fail, due to the whitespace inside the end tag:

    <tag>something</tag >

    TiXmlElement::Parse will ignore any whitespace in the end tag, which is against the XML spec.

    http://www.w3.org/TR/REC-xml/#NT-ETag

     
    • Lee Thomason

      Lee Thomason - 2007-02-19

      Whitespace in TinyXML isn't up to spec, although I'd like it to be. Regrettably you'll find quite a few edge cases like this.

      lee

       

Log in to post a comment.