Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repair XML by removing double closing tags. #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ToM-MaS
Copy link

@ToM-MaS ToM-MaS commented Mar 3, 2021

Double closing tag removed:
" </File>"

Because it caused invalid XML syntax error while migrating with VS 2017.

"The following XML parser error has occurred: File: C:\sofia-sip-1.13.3\win32\libsofia-sip-ua\libsofia_sip_ua.vcproj line: 4305 column: 11 Error message: The name contained in the end tag of the element must match the element type in the start tag. The file "C:\sofia-sip-1.13.3\win32\libsofia-sip-ua\libsofia_sip_ua.vcproj" could not be loaded."

Double closing tag removed:   "			</Filter>"
This was the error while migrating with VS 2017:
"The following XML parser error has occurred: File: C:\sofia-sip-1.13.3\win32\libsofia-sip-ua\libsofia_sip_ua.vcproj line: 4305 column: 11 Error message: The name contained in the end tag of the element must match the element type in the start tag. The file "C:\sofia-sip-1.13.3\win32\libsofia-sip-ua\libsofia_sip_ua.vcproj" could not be loaded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant