Create xpath for titles

Now, we want to first identify the XPath useful for extracting news titles.

In the Browser View, select the first title (or a portion of it) and click the Inspect Selection button: 

- the corrsponding node in the DOM is located and highlighted:

- its XPath is computed and  the main information about the node is listed in the nodes Tray area:

Now try that Xpath by clicking on the GO! button: in the nodes tray will appear all the results:

As you can see, you have the path for extracting the titles. Now assign this xpath to the corrsponding default slot by selecting Title in the Slots area and clicking the » button.

You can edit "inline" the Slots attributes by double-clicking them; moreover, by right-clicking a Slot a context menu is raised, which gives more options in order to manage the Slots (e.g. add a new Slot).

next