Removing the wrapper element around a quip query result

I small question about the format of the QUIP result xml.

<quip:result xmlns:quip = “http://namespaces.softwareag.com/tamino/quip/”>
<group xmlns:ffiec = “http://www.ffiec.gov/MDRM/2001
xmlns:ffiec-result = “http://www.ffiec.gov/MDRM/2001/edits-results
xmlns = “http://www.xbrl.org/2001/instance”>




</quip:result>

I would like to get rid of the quip:result element that wraps around my element. I tried some of the “wrap-related” options but they didn’t seem the have the desired effect.

Is it at all possible to get rid of this element? Having it there requires me to execute an extra XSLT step in my processing model and I’d like to do without it.

Many thanks for your thoughts,

Raynier A. van Egmond
C3i Strategic Management Consulting LLC
Vashon (WA) 98070, USA
email: rene@c3ismc.com

Hi Rene,

try the option -unwrapped_result. You can enter it (simply as a string) in the GUI under “Tools/Options/Executor/Further options”.

Regards Udo

Hallo Udo -

Das war genau was ich brauchte!

Many thanks,

Raynier A. van Egmond
C3i Strategic Management Consulting LLC
Vashon (WA) 98070, USA
email: rene@c3ismc.com



So how would you use the “-unwrapped_result” option in Java? (I have a simple java servlet making QuiP queries.)

Thanks,
–Steve