Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

plan.xml File Xpath Help

648797Aug 11 2008 — edited Aug 15 2008
In the plan.xml file, is there a way to remove a content repository?

I was trying the following, and received an error that the content-store element cannot be assigned a value.

<variable-assignment>
<name>Dummy_Variable</name>
<xpath>/content-config/content-store[name="Test1"]</xpath>
<operation>remove</operation>
</variable-assignment>

That error makes sense, but I'm curious if removing an entire element is possible -- any ideas?

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 12 2008
Added on Aug 11 2008
1 comment
439 views