The latter wraps the text in a CDATA block.
后者可以将文本包装在CDATA 块中。
Specifies elements that will be encoded as CDATA sections.
指定将被编码为cdata节的元素。
You need to split it up into two CDATA sections (see Listing 8).
您需要将它分割为两个CDATA区域(见清单8)。
CDATA sections are replaced with their literal character content.
将cdata节替换为它们的文字字符内容。
After you close off the CDATA block and script, you return to SVG.
关闭cdata块和脚本后,返回svg。
I'll demonstrate how to display attributes and (abbreviated) CDATA content.
我将说明如何显示属性和(缩减的)CDATA的内容。
Often the response data contains an XML structure contained within a CDATA tag.
响应数据经常包含一个包含在CDATA标记中的XML结构。
Even though the CDATA section is removed, the whitespace is properly preserved.
虽然去掉了cdata节,但空白正确地保留了下来。
Another important reason to use CDATA is to preserve the exact formating of data.
使用CDATA的另一个重要的原因是保留数据的实际格式。
Also note that the CDATA sections in the original XML document have been removed.
还要注意,原始xml文档中的cdata节被去掉了。
Tags to avoid. Do not use span tags, code font tags, font classes, or CDATA tags.
避免使用跨距标记、代码字体标记和font类。
The layout is specified by HTML markup included as CDATA in the iw: content element.
布局是由iw:content元素中名为CDATA的HTML标记指定的。
You can easily embed the text specification into a VXML document by using a CDATA block.
我们可以方便地将文本规范嵌入到VXML文档中,方法是使用一个cdata块。
For example, it believed I was using an enumerated type where there was really just CDATA.
例如,它认为在我正在使用枚举类型,而实际上只不过是CDATA。
Is sensitive to the whitespace collapsing performed by the parser for non-CDATA attributes?
应用程序对于解析器处理非cdata属性时压缩空白敏感。
You can't take just any data and dump it into a CDATA section and still have a valid document.
您不能将任何数据随意地塞到一个CDATA区域中同时还拥有一个有效的文档。
XML encapsulation — Embedding system command in the XML payload, such as through the CDATA tag.
XML封装——在xml负载中嵌入系统命令,如通过CDATA标记。
[CDATA[ and corresponding ]]> allows us to use any characters, including "" and , in the script.
[CDATA[与相应的 ]]>允许我们在其中填写任意字符,包括脚本中的 "" 与 。
A final thing to keep in mind when adding chunks of data to your XML with CDATA sections is size.
当您使用CDATA区域在XML中添加数据块时,最后需要考虑的问题是大小。
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节以及许多其他问题的处理。
Cdata-section-elements - a comma-separated list of elements that should be serialized as cdata sections.
cdata - section - elements——以逗号分隔的元素列表,这些元素应被序列化为cdata节。
CDATA sometimes shows up in inline elements as well, although this isn't nearly as common (see Listing 5).
CDATA有时也出现在内联元素中,尽管这不太常见(参见清单5)。
For example, a rule that says "all well-formed XML is acceptable as long as it doesn't use CDATA sections".
比如,一条规则说“所有结构良好的XML只要不使用cdata节都是可接受的”。
The browser assumes that you mean this as CDATA, which is taken literally, and the elements are not created.
浏览器认为您将这看作是CDATA(完全按照字面意义得出),并且也没有创建元素。
CDATA is a mechanism for indicating that a portion of the document may contain unescaped reserved characters.
CDATA是表明某一部分文档可能包含非转义保留字符的一种机制。
Even with this improvement, your code can still trip on comments, processing instructions, and CDATA sections.
即使这样改进之后,代码还是会在注释、处理指令和cdata节上出错。
Clearly the CDATA section is useful, but like all good things, it has a couple of limitations for you to keep in mind.
显然,CDATA区域很有用;但与其他所有好东西一样,它也有几个应该牢记的限制。
JAXB also handles CDATA sections a little differently than you might expect, but it does preserve semantic equivalence.
JAXB还以和预期稍有不同的方式处理cdata节,但确实保持了语义等价。
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的特殊标记集合实现。
应用推荐