Example XML data
This file contains 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
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