Example file

DataGrab can handle most XML formats. Here’s some examples.

circle-exclamation

An XML file

<root>
	<entry>
		<id>A</id>
		<title>Dummy 1</title>
		<date>1973-12-11 13:00:00</date>
		<summary>Adds a related field</summary>
	</entry>
	<entry>
		<id>B</id>
		<title>Dummy 2</title>
		<date>1973-11-04 23:59:00</date>
		<summary>Adds another related field</summary>
	</entry>
</root>

For this example, the path will be

/root/entry

An RSS feed

The path for this file would be

Last updated