Hwaro::Services::Importers::WordPressImporter
Inherits Hwaro::Services::Importers::Base / Reference / Object
Constants
CONTENT_NS = "http://purl.org/rss/1.0/modules/content/"
EXCERPT_NS = "http://wordpress.org/export/1.2/excerpt/"
MAX_NODE_DEPTH = 256
Maximum node depth for the item-collection walk. A real WXR nests only a handful of levels (rss > channel > item > field); a cap this generous never trips on legitimate input but stops a pathologically deep node tree from overflowing the stack.
Instance methods
run(options : Config::Options::ImportOptions) : ImportResult
Source