DeleteByQuery and ChildNodes

DeleteByQuery is a great method but I have a little problem with it.

These documents


some content

are perfectly listed by the DoQuery-method

tamino.DoQuery(“mydoc/childnode[@id=‘1’]”,“”).

But when I try to delete the child nodes with DeleteByQuery

tamino.DeleteByQuery(“mydoc/childnode[@id=‘1’]”,“”,“”)

I receive the following response…

<ino:message ino:returnvalue=“8319”>
<ino:messagetext ino:code=“INOXIE8319”>Internal error occurred during query processing: unknown request
</ino:messagetext>
</ino:message>

What is wrong?

Peter

Currently you can only delete documents by query
The “objects of desire” are subnodes.

You will have to read the documents in delete the bits you don’t want and write them back