Here's the xml file I'm trying to load ...

<?xml version="1.0" encoding="ISO-8859-1"?>

<person>
  
<surname>Atkins</surname>
  
<firstname>Paul</firstname>
  
<sex>Male</sex>
  
<city>Portsmouth</city>
  
<occupation>Professional Diver</occupation>

</person>



[This message was edited by Admin on 17 Feb 2003 at 07:42.]

have a look at the response: Suggested Solution

Hello there.

If you want to use the mass loader there is a specific format which the input file has to use.
The format is detailed in the documentation: C:/Program Files/Software AG/Tamino/Tamino 3.1.2.1/Help/LOADERS/UGFASTLD.HTM#input_file_format
(Or a similar location in your installation!)

I’m not sure how advisable it is to load arbitrary XML into ino:collection though. This collection is where Tamino stores schema definitions and internal configuration information.
However there is a collection called ino:etc which is designed to store arbitrary XML. With ino:etc you do not have to define a schema (though you can if you want to specify indexes), you may simply store XML documents into the collection.

I hope that helps,
Trevor.

[This message was edited by Admin on 17 Feb 2003 at 07:48.]