Björn Höhrmann: CDATA-Section mit XML::DOM erstellen

Beitrag lesen

"When using XML::DOM with XML::Parser version 2.19 and up, setting the XML::DOM::Parser option KeepCDATA to 1 will store CDATASections in CDATASection nodes, instead of converting them to Text nodes. Subsequent
      CDATASection nodes will be merged into one."

Was heisst das nun konkret für mein Problem?

Das ist die Anleitung, was du zu tun hast, um dein Problem zu lösen.