plan.xml File Xpath Help
648797Aug 11 2008 — edited Aug 15 2008In 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?