Hello,
is it possible to set an ino:docname for a new document inserted using the SxsXMLProcess callback ?
Thanks.
Hi Jerome
I haven’t tested it, but it should be possible this way: Enclose your document in <ino: object> tags with the ino:docname as attribut, like
<ino:object ino:docname="mydocname">
<mydoc>
...
</mydoc>
</ino:object>
Best regards
Julius Geppert
Software AG
Hi Jerome
sorry - this functionality is not available.
I have forwarded it as a requirement for future planning of SXS.
Cheers
Uli
Hi Jerome
Now I have tested it: you will need a namespace declaration for prefix ‘ino’ in the object wrapper:
<ino:object ino:docname="mydocname" xmlns:ino="http://namespaces.softwareag.com/tamino/response2">
<mydoc>
...
</mydoc>
</ino:object>
Using this wrapper your document gets the desired docname.
Best regards
Julius Geppert
Software AG
Thank you very much
best regards