Skip to content

Instantly share code, notes, and snippets.

@rajuashok
Last active November 18, 2021 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajuashok/0c4295b0a7c5fd837d32f421c4f993ac to your computer and use it in GitHub Desktop.
Save rajuashok/0c4295b0a7c5fd837d32f421c4f993ac to your computer and use it in GitHub Desktop.
Example XML data
String XMLData = @"
<meta property='og:url' content='https://www.imdb.com/title/tt0120338/'>
<meta property='og:site_name' content='IMDb'>
<meta property='og:title' content='Titanic (1997) - IMDb'>
<meta property='og:description' content='Titanic: Directed by James Cameron. With Leonardo DiCaprio, Kate Winslet, Billy Zane, Kathy Bates. A seventeen-year-old aristocrat falls in love with a kind but poor artist aboard the luxurious, ill-fated R.M.S. Titanic.'>
<meta property='og:image' content='https://m.media-amazon.com/images/M/MV5BMDdmZGU3NDQtY2E5My00ZTliLWIzOTUtMTY4ZGI1YjdiNjk3XkEyXkFqcGdeQXVyNTA4NzY1MzY._V1_FMjpg_UX1000_.jpg'>
";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment