Skip to content

Instantly share code, notes, and snippets.

@daneroo
Forked from sritchie/gist.xml
Last active November 24, 2018 18:33
Show Gist options
  • Select an option

  • Save daneroo/a76a9e89432bb62da68d386d312c3953 to your computer and use it in GitHub Desktop.

Select an option

Save daneroo/a76a9e89432bb62da68d386d312c3953 to your computer and use it in GitHub Desktop.
Live xml for dash parsing
<?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>
<?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