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.
通常のファイルがあり、それを XML にラップする必要があります。フラットファイルには、「、」、<、>、改行などの正当な ASCII 文字を含めることができます。また、元のファイルの内容をそのまま維持する必要があります。つまり、エンコードやエスケープは必要ありません。これは可能ですか?私は考えていますCDATA... ありがとう、トーマス
]]>テキスト ファイルに が出現しない限り、CDATA を使用できます。
]]>
または、BASE64 でエンコードすることもできます。