Hello All.

I am trying to configure the DIH to import XML data from a URL.  The
url attribute contains parameters in he link and I cannot get it to
work.

<dataConfig>
        <dataSource type="URLDataSource" />
        <document>
                <entity name="test"
                        pk="link"
                        url="http://test.org/data?version=1.0&type=test";
                        processor="XPathEntityProcessor"
                        forEach="/test/entry">
                <!-- fields -->
                </entity>
        </document>
</dataConfig>

I get an error saying 'expecting type in entity to end with ';'.

Any ideas?

Thanks in advance,
Billy

Reply via email to