Re: [staf-users] STAXXMLParseException

2009-07-28 Thread Bob Salmi
Sharon/Bodo, Thanks for the pointer, it resolved my issue. Bob On Jul 28, 2009, at 8:40 AM, Sharon Lucas wrote: A element (as defined by the STAX DTD) can contain a single task. So to contain multiple task elements (such as multiple elements) to be executed in sequence, you must have

Re: [staf-users] STAXXMLParseException

2009-07-28 Thread Bob Salmi
Sharon/Bodo, Thanks for the pointer, this resolved my issue. Bob On Jul 28, 2009, at 8:40 AM, Sharon Lucas wrote: A element (as defined by the STAX DTD) can contain a single task. So to contain multiple task elements (such as multiple elements) to be executed in sequence, you must hav

Re: [staf-users] STAXXMLParseException

2009-07-28 Thread Sharon Lucas
A element (as defined by the STAX DTD) can contain a single task. So to contain multiple task elements (such as multiple elements) to be executed in sequence, you must have the element first contain a element (as its single task). A element can contain 1 or more tasks.

Re: [staf-users] STAXXMLParseException

2009-07-28 Thread Strösser , Bodo
Hi Bob, try to encapsulate the two calls in a pair. A function can hold one element only. Use a sequence that again can hold many elements. Bodo > -Original Message- > From: Bob Salmi [mailto:bsa...@routingdynamics.com] > Sent: Tuesday, July 28, 2009 1:25 AM > To: staf-users@lists.sour