• These special translation tags not only lend a logical organization to the XML structure, they also allow an application built around an XML parser to understand how to process the globalized data.

    这些特殊翻译标记不仅XML结构提供逻辑组织而且允许围绕xml语法分析器构建应用程序理解如何处理全球化数据。

    youdao

  • As in the screenshots above, the structure of the schemas is different in the XML parser and XML composer steps.

    上述屏幕截图所示,架构结构XML分析器XML编写器步骤中不同的。

    youdao

  • In the XML parser step, the item address is a group, but in the XML composer step, the item address is a list.

    XML分析器步骤中,项目地址XML编写器步骤中,项目地址是一个列表

    youdao

  • For example, an XML parser extracts data from an XML data source.

    例如xml解析器可以一个XML数据源提取数据

    youdao

  • The key characteristic that makes XML formats resistant to fuzz is that an XML parser assumes nothing about the input.

    使xml格式抵制模糊攻击关键特征一个输入不做任何假设解析器

    youdao

  • Issue 1for a parser to read the XML accurately, the content stored within the XML file had to format entities accordingly.

    第1问题使解析器精确读取XML存储XML文件中的内容必须实体进行相应地格式化

    youdao

  • Presentation programs need an XML parser to access the nodes from localization pack XML files.

    表示程序需要XML解析器访问本地化 XML 文件中的节点。

    youdao

  • After you receive the XML data, you can process it in the PHP XML parser.

    获取XML数据可以PHP xml解析器中处理这些数据了。

    youdao

  • Once you have a DTD or schema and the XML document to go with it, you'll need a parser to read and interpret the XML document.

    一旦拥有DTD模式以及与其相配XML文档需要解析器读取解释XML文档。

    youdao

  • An XML parser converts an encoded form of an XML document (the encoding being specified in the XML declaration) to an abstract model representing the information in the XML document.

    xml解析器XML文档编码形式(编码XML声明规定)转化表示XML文档信息抽象模型

    youdao

  • But once those readable attributes go through an XML parser, the layout of the attribute will probably be somewhat different than in the source XML.

    但是一旦那些可读属性经过xml解析器属性布局可能xml稍微有些不同

    youdao

  • On the received XML-formatted view content, use PHP's XML parser to find documents and fields.

    接收到的xml格式视图内容上,使用PHPxml解析器查找文档字段

    youdao

  • The only remedy is to invoke the XML parser at query execution time to "look into" the XML documents such that search conditions can be evaluated.

    惟一补救方法执行查询调用XML解析器“搜索” XML文档以便找到符合搜索条件的内容。

    youdao

  • The XMLNSC domain now USES a high performance XML parser which means that it now USES significantly less CPU than the other XML domains.

    xmlnsc现在使用高性能xml解析器意味着现在其他xml使用显著更少CPU

    youdao

  • If you are transforming XML documents in this manner, you need a model even if the XML parser chooses not to use a model at runtime.

    如果这种方式转换XML文档即使xml解析器运行时选择使用模型,您需要模型。

    youdao

  • The only steps that are sensitive to the original XML schema concepts are the XML parser and composer steps.

    原始XML架构概念敏感惟一步骤 XML分析器编写器步骤。

    youdao

  • When you do need to include some binary data in an XML document, you'll need to make sure it won't trip up the XML parser.

    的确需要XML文档包含二进制数据时,您需要确保这些数据不会xml解析器带来麻烦

    youdao

  • An XML parser can parse any XML document, but it still needs a model to perform validation.

    xml解析可以解析任何XML文档仍然需要模型执行验证

    youdao

  • You used the XML parser to chew up the response XML from the server.

    使用xml解析器解析服务器返回响应XML

    youdao

  • XML is the opposite -- it contains embedded structural information that enables an XML parser to parse any XML document without using a model.

    XML相反——包含嵌入结构信息使得 XML解析无需使用模型即可解析任何 XML文档

    youdao

  • When the message is built as XML, an XML parser can be used to extract the content of message fields without regard to the size of the content.

    XML形式构建消息时,可以使用xml解析器抽取消息字段内容而不考虑内容的大小

    youdao

  • Looking at the validation of HL7 CDA XML document instances against the HL7 CDA XML schema is, in both approaches illustrated, done through an XML parser.

    根据HL7CDAXML模式HL7 CDA XML文档实例进行验证的观察,正如之前的两种方式中所展示的,都通过一个xml解析器进行的。

    youdao

  • The XML portion of a query is converted to the XML world for parsing by the XML parser, and for output (serialization) of the XML value.

    查询XML部分转换xml世界以便xml解析器进行解析以及xml值的输出(串行化)。

    youdao

  • You can transform the XML using XSLT or you can use an XML parser to read values from the XML.

    可以使用XSLTXML进行转换或者使用 XML解析器 XML读取所需的

    youdao

  • Instead of writing to XML directly from the XI parser, the software generates XML documents.

    软件生成XML文档而不是直接xi解析器写入XML

    youdao

  • If you want or need low-level control over the decoding of an XML document, then you should use an XML parser.

    如果需要底层控制XML文档解码应该使用xml解析器

    youdao

  • XML::Simple provides an intuitive, pure-Perl parser for simple XML files, and the SAX API is supported by most of the parsing modules.

    Simple简单XML文件提供了一个直观的纯 Perl 语法分析器,而且大多数分析模块支持SAXAPI

    youdao

  • While reading the response, a validating XML parser will contact the pushtotest.com host to get the XML Schema definition for the mapformat.

    读取响应的同时,确认XML解析器就会联系 pushtotest.com主机来获得用于 mapformat XML模式定义

    youdao

  • Simple API for XML (SAX), an event-driven XML API, defines a stream of events specifying XML structure as handed from the parser to the specialized handler code.

    xml简单api (Simple APIfor XML,SAX)是一种事件驱动XML API,由它定义事件可以指定解析器传到专门处理程序代码XML结构

    youdao

  • A SAX (Simple API for XML) parser is a single-pass XML reader that takes a well-defined XML file and produces key events, such as tags, attributes, and character text.

    1sax (SimpleAPIforXML)解析器单向XML阅读器获得定义明确的XML文件生成关键事件例如标签属性字符文本。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定