From 34b4cde423f1180d68526c6d401d84ab7881c8c1 Mon Sep 17 00:00:00 2001 From: shankar Date: Tue, 23 Mar 2010 10:12:10 +0000 Subject: Fixing issue AXIS2C-1407 git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@926515 13f79535-47bb-0310-9956-ffa450edef68 --- axiom/src/om/om_stax_builder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'axiom') diff --git a/axiom/src/om/om_stax_builder.c b/axiom/src/om/om_stax_builder.c index 892a46c..aece97e 100644 --- a/axiom/src/om/om_stax_builder.c +++ b/axiom/src/om/om_stax_builder.c @@ -764,7 +764,7 @@ axiom_stax_builder_next( break; } } - while(!node); + while(!node && !axiom_node_is_complete(om_builder->root_node, env)); return node; } -- cgit v1.1-32-gdbae