You can, in fact, load a file containing repeating elements using the Java DOM API
using the TaminoClient xmlload method
The Javadoc says the following
xmlLoad
public final TaminoResult xmlLoad(java.lang.String inputfile)
throws TaminoError
xmlLoad
Parameters:
inputfile - - the input file to load
Returns:
a Tamino Result Object
Throws:
TaminoError -
It would be nice to have a method that took a string - but unfortunately the Java DOM API doesn’t have one - though the Jscript and Perl APIs do
#API-Management#webMethods#Tamino