I need to embed arbitrary (syntactically valid) XML documents within a wrapper XML document. The embedded documents are to be regarded as mere text, they do not need to be p
One easy solution is that you can have adjacent CDATA sections. is the same as . Hence, you can have ]]>, a ]]> close tag split over two CDATA sections.