diff --git a/src/helma/scripting/rhino/RhinoCore.java b/src/helma/scripting/rhino/RhinoCore.java index ebcbc463..bb93ffb9 100644 --- a/src/helma/scripting/rhino/RhinoCore.java +++ b/src/helma/scripting/rhino/RhinoCore.java @@ -378,43 +378,77 @@ public final class RhinoCore { * representation. */ - /* public static ESValue processXmlRpcArgument (Object what, Evaluator evaluator) throws Exception { - if (what == null) - return ESNull.theNull; - if (what instanceof Vector) { - Vector v = (Vector) what; - ArrayPrototype retval = new ArrayPrototype (evaluator.getArrayPrototype (), evaluator); - int l = v.size (); - for (int i=0; i