Elteide
Cadet 2nd Year
- Registriert
- Juni 2008
- Beiträge
- 19
Hallo liebe Community,
Ich habe ein problem mit volgender xml Datei.
<test>
<ActiveServiceSection>
<ActiveService>1</ActiveService>
<ActiveService>2</ActiveService>
<ActiveService>3</ActiveService>
<ActiveService>4</ActiveService>
</ActiveServiceSection>
<path>C:\AmosHubMonitor.config</path>
</test>
Wie kann ich diese Knoten vollständig löschen?
<ActiveService>1</ActiveService>
<ActiveService>2</ActiveService>
<ActiveService>3</ActiveService>
<ActiveService>4</ActiveService>
Das es dann so ausschaut.
<test>
<ActiveServiceSection>
</ActiveServiceSection>
<path>C:\AmosHubMonitor.config</path>
</test>
und wie kann ich dann einen neuen Eintrag wieder einfügen z.B. mit der 12?
<test>
<ActiveServiceSection>
<ActiveService>12</ActiveService>
</ActiveServiceSection>
<path>C:\AmosHubMonitor.config</path>
</test>
Ich hoffe ihr könnt mir helfen ich weiß langsam nicht mehr weiter...
vielen dank vür eure Hilfe!!!!
MFG Elteide
Ich habe ein problem mit volgender xml Datei.
<test>
<ActiveServiceSection>
<ActiveService>1</ActiveService>
<ActiveService>2</ActiveService>
<ActiveService>3</ActiveService>
<ActiveService>4</ActiveService>
</ActiveServiceSection>
<path>C:\AmosHubMonitor.config</path>
</test>
Wie kann ich diese Knoten vollständig löschen?
<ActiveService>1</ActiveService>
<ActiveService>2</ActiveService>
<ActiveService>3</ActiveService>
<ActiveService>4</ActiveService>
Das es dann so ausschaut.
<test>
<ActiveServiceSection>
</ActiveServiceSection>
<path>C:\AmosHubMonitor.config</path>
</test>
und wie kann ich dann einen neuen Eintrag wieder einfügen z.B. mit der 12?
<test>
<ActiveServiceSection>
<ActiveService>12</ActiveService>
</ActiveServiceSection>
<path>C:\AmosHubMonitor.config</path>
</test>
Ich hoffe ihr könnt mir helfen ich weiß langsam nicht mehr weiter...
vielen dank vür eure Hilfe!!!!
MFG Elteide