-
-
Save daneroo/a76a9e89432bb62da68d386d312c3953 to your computer and use it in GitHub Desktop.
Live xml for dash parsing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <MPD> | |
| <ProgramInformation> | |
| <Title>This Document is not valid XML because it has an unclosed tag</Title> | |
| </ProgramInformation> | |
| <UnclosedTag> | |
| </MPD> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <MPD> | |
| <ProgramInformation> | |
| <Title>This Document is valid XML</Title> | |
| </ProgramInformation> | |
| </MPD> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment