Problems by loading xml data

Hi all,

I generated a schema for the W3 Use Cases (XMP) with the editor and tried to load an xml document into the database. While importing, I got the following error:

INOXPE8713: Invalid attribute name

My xml import file looks like:

<?xml version="1.0" encoding="utf-8"?>

<ino:request xmlns:ino=“http://namespaces.softwareag.com/tamino/response2”>
<ino:object [ino:docname=“bib”]>


TCP/IP Illustrated
StevensW.
Addison-Wesley
65.95


</ino:object >
</ino:request>

Icould not find out where the problem is, so I hope someone may help me.

Thanks,
Alex Naegele

The square brackets round ino:docname=“bib” look wrong to me.

I suspect that in the documentation they were probably used to indicate that the ino:docname was an optional attribute.

That was the problem.

Thank you very much for your help