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

Abierta
abierta hace 3 años por adeniz · 0 comentarios
adeniz comentado hace 3 años

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 added the
bug
label hace 3 años
Inicie sesión para unirse a esta conversación.
Sin Milestone
No Assignees
1 participantes
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Cargando…
Cancelar
Guardar
Aún no existe contenido.