How do you read a text file that has XML Data?
Inside my text file:
<Books>
<Book>
<Author>John Doe</Author>
<Title>Hello World</Title>
</Book>
</Books>
How do you read a text file that has XML Data?
Inside my text file:
<Books>
<Book>
<Author>John Doe</Author>
<Title>Hello World</Title>
</Book>
</Books>