Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen
-
Hallo Miteinander, ich möchte xml Geschwisterelemente neu ordnen bzw. schachteln. Folgendes Beispiel: <root> <p typ="titel">1. Titel</p> <p typ="text">Blabla</p> <p typ="text">Blabla</p> <p typ="text">Blabla</p> <p typ="text">Blabla</p> <p typ="text">Blabla</p> <p typ="text">Blabla</p> <p typ="titel">2. Titel</p> <p typ="text">Blabla</p> <p typ="text">Blabla</p> <p typ="text">Blabla</p> <p typ="text">Blabla</p> <p typ="text">Blabla</p> <p typ="text">Blabla</p> </root> soll zu folgendem Ergebnis …