Difference between useaction and replacewith in tourmap.xml
Hi,
In the below lines of tourmap.xml what are the cases where we use sitename, siteaction,useaction and replacewith and why do we use these lines of code.
Is it related to tourmap country="CA".
<?xml version="1.0" encoding="UTF-8"?>
<tourmap country="CA" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:noNamespaceSchemaLocation="com/extendyourstore/foundation/tour/dtd/tourmap.xsd">
<tour name="testService">
<file>classpath://com/extendyourstore/foundation/tour/engine/tourmap.testservice.xml</file>
<SITE name="siteWithoutAction" useaction="com.extendyourstore.foundation.tour.engine.actions.overlay.OverlaySiteAction"/>
<SITEACTION class="SampleSiteAction" replacewith="com.extendyourstore.foundation.tour.engine.actions.overlay.OverlaySiteAction"/>