XML CDATA的意思|示意
XML CDATA
XML CDATA的网络常见释义
标识符 JSON与XML的另一个差异是属性的差别,由于JSON采取冒号赋值,这将导致当XML转化为JSON时,在标识符(XML CDATA)与实际属性值之间很难区分谁应当被当作文本斟酌。
XML CDATA相关例句
So either you need to convert everything in XML-safe encodings, or you need to put large areas of text, code or whatever, into CDATA blocks.
所以您或者需要以 XML 支持的编码对它们进行转换,或者需要将一大段的文本、代码或其他内容放到 CDATA 块中。
Even though you can't take advantage of CDATA sections in XHTML documents, XML is well-supported in browsers and regular programming platforms.
即使您不能在XHTML文档中利用CDATA的优势,XML仍然在浏览器和常规编程平台中受到很好的支持。
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区域通常会被忽略。
For instance, text nodes, CDATA sections, comments, processing instructions, attributes, whitespace, document types, and XML declarations have values.
例如,文本节点、CDATA部件、注释、处理指令、属性、空格、文档类型和XML声明具有值。
Often the response data contains an XML structure contained within a CDATA tag.
响应数据经常包含一个包含在 CDATA 标记中的 XML 结构。
If the XML parser reads this sequence, it's the end of your CDATA section and you might end up getting a parser error when it hits the real section end.
如果xml解析器读到这个序列,就认为您的CDATA区域结束,当解析器遇到真正的区域结尾时,可能会发出一条解析错误消息。