You are here

public property MigrateXMLReader::$url in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/sources/xml.inc \MigrateXMLReader::url

URL of the source XML file.

Type: string

File

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

Class

MigrateXMLReader
Makes an XMLReader object iterable, returning elements matching a restricted xpath-like syntax.

Code

public $url;