NAME

Catmandu::Fix::LIDO::ID::emit_id

SYNOPSIS

    emit_id(
        $fixer, # The fixer object from the calling emit function inside the calling Fix (required).
        $root, # The root path (string) from which the path parameter must be created (required).
		$path, # The path (string) for the id - must include the name of the id node (required).
        $id, # The value of the id node, as a string path (required).
        $source, # Source attribute, string.
		$label, # Label attribute, string.
		$type # Type attribute, string.
    )

DESCRIPTION

This function will generate the necessary emit code to generate a id node in a given path. The node is attached directly to the path, so you must specify the name of the id (e.g. lidoRecID) in the $path.