Parser: Enjoy improved handling of self-closing XML tags, ensuring accurate start indices for tags. This enhancement resolves an issue where the start index was not updated correctly after a self-closing tag, providing a more reliable parsing experience.
Fixes
Fix the issue where the start index is not updated after a self-closing XML tag, ensuring that parsing is accurate and consistent.