#2 XMLReaderElement::interpret() doesn't detect a missing closing tag

Ouvert
créé il y a 3 ans par adeniz · 0 commentaires
adeniz a commenté il y a 3 ans

When parsing <elem><stage>Content></elem></stage> with

  XMLReaderElement reader("elem");

  reader
    .RawData(elementXml)
    .Element("stage", stageContent)
      .RawData(stageXml)
      .End("stage")
    .End("elem");

XMLReaderElement::interpret() does not return any error. It should detect the invalid XML syntax.

When parsing ```<elem><stage>Content></elem></stage>``` with ``` XMLReaderElement reader("elem"); reader .RawData(elementXml) .Element("stage", stageContent) .RawData(stageXml) .End("stage") .End("elem"); ``` XMLReaderElement::interpret() does not return any error. It should detect the invalid XML syntax.
adeniz a ajouté l'étiquette
bug
il y a 3 ans
Connectez-vous pour rejoindre cette conversation.
Aucun jalon
Pas d'assignataires
1 participants
Échéance

Aucune échéance n'a été définie.

Dépendances

Ce ticket n'a actuellement pas de dépendance.

Chargement…
Annuler
Enregistrer
Il n'existe pas encore de contenu.