#1 XMLReaderElement::RawData() doesn't return the 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></stage></elem> with

  XMLReaderElement reader("elem");

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

elementXml contains <elem><stage>Content></stage> rather than the expected <elem><stage>Content></stage></elem>.

When parsing ```<elem><stage>Content></stage></elem>``` with ``` XMLReaderElement reader("elem"); reader .RawData(elementXml) .Element("stage", stageContent) .RawData(stageXml) .End("stage") .End("elem"); ``` elementXml contains ```<elem><stage>Content></stage>``` rather than the expected ```<elem><stage>Content></stage></elem>```.
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.