NaturalIntelligence / fast-xml-parser

Validate XML, Parse XML and Build XML rapidly without C/C++ based libraries and no callback.
https://naturalintelligence.github.io/fast-xml-parser/
MIT License
2.58k stars 309 forks source link

Fix empty tag key name for v5 #697

Closed LivioGama closed 14 hours ago

LivioGama commented 17 hours ago

Purpose / Goal

Fix a parsing bug for v5.

CleanShot 2024-11-22 at 04 30 59

would parse to: CleanShot 2024-11-22 at 04 30 41

instead of (now): CleanShot 2024-11-22 at 04 30 49

Type

Please mention the type of PR

Note : Please ensure that you've read contribution guidelines before raising this PR. If your PR is in progress, please prepend [WIP] in PR title. Your PR will be reviewed when [WIP] will be removed from the PR title.

Bookmark this repository for further updates.

coveralls commented 14 hours ago

Coverage Status

coverage: 98.212%. remained the same when pulling 36ddc5c85dbcbd4dbf9d86c1642049f4dc6bd77d on LivioGama:master into eb8aa89a3cdf195164d120c60d4bf0d6e730488f on NaturalIntelligence:master.