Action parseActions(Node node, Action ifEmpty,
AppendAction sequence) throws XSLException
{
// System.out.println("parseActions2:: {" + node.getName().getNamespace() + "}" + node.getName().getLocalPart());
final VariableSet startLocalVariables = currentLocalVariables;
final int nStartLocalVariables = nCurrentLocalVariables;
NodeIterator iter = node.getChildren();
node = iter.next();
if (node == null) {
if (sequence == null) {