$root->print('$file_handle');
is unlikely to help - single quoted strings don't interpolate and in fact you probably don't mean to use a string there at all. Most likely you intended:
$root->print($file_handle);
In reply to Re^2: Twig Question: Create a new XML doc using twig?
by GrandFather
in thread Twig Question: Create a new XML doc using twig?
by zericm
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |