Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
How can i store in a collection named “mycollection” an xml file without tsd ?I know that if from TII i try to insert an xml without schema, Tamino store it in ino:etc collection…Thanks@nto
To store XML in a named collection other than “ino:etc” you need a schema. One of the properties of the schema is the collection name.Without a schema, XML is stored in collection “ino:etc” as you say.HTH