另一种方法是将XML中大块的CDATA删除,然后使用各自格式单独保存到各自的文件中。
互联网摘选
Clients pass in their security data within the authData tag as CDATA format.
客户机以CDATA格式在authData标记中传递安全数据。
互联网摘选
You can easily embed the text specification into a VXML document by using a CDATA block.
我们可以方便地将文本规范嵌入到VXML文档中,方法是使用一个CDATA块。
互联网摘选
You can't take just any data and dump it into a CDATA section and still have a valid document.
您不能将任何数据随意地塞到一个CDATA区域中同时还拥有一个有效的文档。
互联网摘选
CDATA区域可以出现在XHTML中的任意位置(就像在任何XML应用程序中一样),但在实践中,这些CDATA区域通常会被忽略。
互联网摘选
可以在描述中包括任何HTML标记,但是,必须将描述字段的内容打包在CDATA元素中。
互联网摘选
CDATA是表明某一部分文档可能包含非转义保留字符的一种机制。
互联网摘选
CDATA(字符数据)区域被解析器视为数据块,从而允许您在数据流中包含任意字符。
互联网摘选
[ CDATA [ and corresponding]]> allows us to use any characters, including"" and, in the script.
[CDATA[与相应的]]>允许我们在其中填写任意字符,包括脚本中的“”与。
互联网摘选
更好的解决方案可能是将数据直接放到您的XML文档中,那就是XML的CDATA区域发挥作用的时候了。
互联网摘选
I think developers avoid CDATA because they think it will make it tougher to parse.
我认为开发人员会避免使用CDATA,因为他们认为这会增加解析的难度。
互联网摘选
每个CDATA部分、注释、处理指令和非叶节点都被分配一个二进制代码字。
互联网摘选
What can you do if you need to put a section end marker into a CDATA section?
如果您需要将区域结束标记放到CDATA区域中,那么该怎么办呢?
互联网摘选
Another important reason to use CDATA is to preserve the exact formating of data.
使用CDATA的另一个重要的原因是保留数据的实际格式。
互联网摘选
In either case, the contents of the CDATA section will be available without modification.
不管是哪种情况,CDATA区域的内容都将不经修改就可用。
互联网摘选
我还将钻研像空格、CDATA节以及许多其他问题的处理。
互联网摘选