BC4J: <?bc4j remove?> does not work
From: Wolfgang Preissegger <wopr_at_trans-flow.at>
Date: 2 Jul 2001 07:59:59 -0700
Message-ID: <16cdd7e8.0107020659.33c8fff9_at_posting.google.com>
Date: 2 Jul 2001 07:59:59 -0700
Message-ID: <16cdd7e8.0107020659.33c8fff9_at_posting.google.com>
We are building an XML-Application working with BC4J (JDeveloper 3.2.2).
Both readXML and writeXML work fine, but readXML does not perform any delete Statements.
We are trying to add a processing instruction <?bc4j remove?> to the row-element that should be deleted.
<TestView>
<TestViewRow>
<?bc4j remove?>
<id>1</id>
<data>some data</data>
</TestViewRow>
</TestView>
but nothing happens? Received on Mon Jul 02 2001 - 16:59:59 CEST