cdata
- 网络字符数据
-
So why not use CDATA all the time ?
那么为什么不一直使用CDATA呢?
-
Often the response data contains an XML structure contained within a CDATA tag .
响应数据经常包含一个包含在CDATA标记中的XML结构。
-
CDATA is text that may contain character references .
它是一个可以包含字符引用的文本。
-
In either case , the contents of the CDATA section will be available without modification .
不管是哪种情况,CDATA区域的内容都将不经修改就可用。
-
Another important reason to use CDATA is to preserve the exact formating of data .
使用CDATA的另一个重要的原因是保留数据的实际格式。
-
CDATA sections are replaced with their literal character content .
将CDATA节替换为它们的文字字符内容。
-
What can you do if you need to put a section end marker into a CDATA section ?
如果您需要将区域结束标记放到CDATA区域中,那么该怎么办呢?
-
Clients pass in their security data within the authData tag as CDATA format .
客户机以CDATA格式在authData标记中传递安全数据。
-
I think developers avoid CDATA because they think it will make it tougher to parse .
我认为开发人员会避免使用CDATA,因为他们认为这会增加解析的难度。
-
Even though the CDATA section is removed , the whitespace is properly preserved .
虽然去掉了CDATA节,但空白正确地保留了下来。
-
I 'll demonstrate how to display attributes and ( abbreviated ) CDATA content .
我将说明如何显示属性和(缩减的)CDATA的内容。
-
After you close off the CDATA block and script , you return to SVG .
关闭CDATA块和脚本后,返回SVG。
-
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区域中同时还拥有一个有效的文档。
-
A final thing to keep in mind when adding chunks of data to your XML with CDATA sections is size .
当您使用CDATA区域在XML中添加数据块时,最后需要考虑的问题是大小。
-
Do use , but don 't overuse , CDATA
要使用CDATA,但不要滥用
-
[ CDATA [ and corresponding ] ] > allows us to use any characters , including "" and , in the script .
[CDATA[与相应的]]>允许我们在其中填写任意字符,包括脚本中的“”与。
-
XML encapsulation & Embedding system command in the XML payload , such as through the CDATA tag .
XML封装&在XML负载中嵌入系统命令,如通过CDATA标记。
-
The layout is specified by HTML markup included as CDATA in the iw : content element .
布局是由iw:content元素中名为CDATA的HTML标记指定的。
-
In addition to general text data , XML can also be used to store binary data through a special set of tags known as CDATA .
除了一般的文本数据,XML过去常用于存储二进制数据,通过一个称为CDATA的特殊标记集合实现。
-
This first selects all of the children with the tag name content , then gets the CDATA text from within the found nodes .
循环中首先选择标记名为content的所有子元素,然后从发现的节点中获得CDATA文本。
-
CDATA is a mechanism for indicating that a portion of the document may contain unescaped reserved characters .
CDATA是表明某一部分文档可能包含非转义保留字符的一种机制。
-
A better solution might be to put the data directly into your XML document . That 's where XML 's CDATA section comes into play .
更好的解决方案可能是将数据直接放到您的XML文档中,那就是XML的CDATA区域发挥作用的时候了。
-
JAXB also handles CDATA sections a little differently than you might expect , but it does preserve semantic equivalence .
JAXB还以和预期稍有不同的方式处理CDATA节,但确实保持了语义等价。
-
Each CDATA section , comment , processing instruction , and non-leaf node is assigned a binary codeword .
每个CDATA部分、注释、处理指令和非叶节点都被分配一个二进制代码字。
-
I 'll also begin to delve into the handling of issues like whitespace , CDATA sections , and a lot more .
我还将钻研像空格、CDATA节以及许多其他问题的处理。
-
You can include any HTML you like as the description , but you must wrap the contents of the description field in a CDATA element .
可以在描述中包括任何HTML标记,但是,必须将描述字段的内容打包在CDATA元素中。
-
CDATA sections are allowed anywhere in XHTML ( as they would be in any XML application ) but in practice they 're completely ignored .
CDATA区域可以出现在XHTML中的任意位置(就像在任何XML应用程序中一样),但在实践中,这些CDATA区域通常会被忽略。
-
CDATA ( character data ) sections are treated as a block of data by the parser , allowing you to include any character in the data stream .
CDATA(字符数据)区域被解析器视为数据块,从而允许您在数据流中包含任意字符。
-
In practice it seldom works : XML syntax requires support for multiple encodings and many subtleties , such as CDATA sections or entities .
但实际上却很难成功:XML语法要求支持多种编码和很多难以捉摸的特性,比如CDATA节和实体。