Wrapping Arbitrary XML within XML

后端 未结 6 689
感动是毒
感动是毒 2021-01-05 07:53

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

6条回答
  •  遥遥无期
    2021-01-05 08:43

    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.

提交回复
热议问题