You are here

protected property MigrateItemsXML::$xmlUrl in Migrate 6.2

A URL pointing to an XML document containing the ids and data.

Type: string

File

plugins/sources/xml.inc, line 307
Support for migration from XML sources.

Class

MigrateItemsXML
Implementation of MigrateItems, for providing a list of IDs and for retrieving a parsed XML document given an ID from this list.

Code

protected $xmlUrl;