Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<body><![CDATA[]]></body>
また
<body></body>
それぞれに違いや欠点はありますか?XMLの解析中に何かする必要がありますか?あなたは何を好むか?
XMLパーサーに関する限り、違いはありません。XSLT出力中にCDATAの作成を強制したい場合は、特定の要素にCDATAを出力させるために使用できるオプション(cdata-section-elements)があります。