Opened 12 years ago

Closed 12 years ago

#1454 closed defect (fixed)

Bug in parsing XML document if node name is followed by newline (thanks Samuel Prevot for the report)

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.14
Component: pjlib-util Version: common
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

Parsing of XML document fails if node name is followed by newline, for example:

<node
>

The failure occurs when comparing the end construct (i.e. "</node>") causing a misleading line number in the log.

Change History (1)

comment:1 Changed 12 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

(In [3958]) Fixed #1454: Bug in parsing XML document if node name is followed by newline (thanks Samuel Prevot for the report)

Note: See TracTickets for help on using tickets.