首页 / 词典 / good

xmlns

  • 网络命名空间;名称空间;名字空间
xmlnsxmlns
  1. XMLNS domain & Added to provide support for XML namespaces .

    XMLNS域&为提供XML命名空间支持而添加的域。

  2. Xmlns : This special attribute is a required metadata element for all messages .

    ·xmlns:这个属性对于所有消息都是一个必需的元数据元素。

  3. XML namespaces are declared using the xmlns keyword .

    XML名称空间使用xmlns关键字来声明。

  4. This example is compact , but imagine how hard it would be to find all the xmlns declarations in a large document

    这个示例比较紧凑,但想象一下要在大型文档中查找所有xmlns声明将有多么难

  5. I took out redundant xmlns for the same source and moved unique xmlns within the HTML tag .

    我去掉了同一源代码中多余的xmlns,并且在HTML标记中去掉了惟一的xmlns。

  6. The xmlns : pms namespace declaration represents the namespace of your production-management system .

    pms名称空间声明代表生产管理系统的名称空间。

  7. To refer to and abbreviate the name of a namespace , again use xmlns declarations .

    为了引用和简化名称空间的名字,同样要使用xmlns声明。

  8. When operating in a namespace aware manner , fields in the XMLNS domain of the logical tree are prefixed .

    当采用识别名称空间的方式时,以逻辑树的XMLNS域中的字段为前缀。

  9. If you have a lot of elements in one namespace , you can define this namespace as a default using the xmlns attribute .

    如果在一个名称空间中使用了大量元素,那么使用xmlns属性将该名称空间定义为默认名称空间。

  10. Experience shows it is safer to issue startPrefixMapping () and pass the xmlns declaration as a regular attribute as well .

    经验显示发出startPrefixMapping()并将xmlns声明当作常规属性传送会更安全。

  11. The xmlns prefix has been specified by the first Namespaces in XML Recommendation to not have an associated URI .

    xmlns前缀已由第一版NamespacesinXML建议书指定为没有关联的URI。

  12. The xmlns : xsd namespace declaration specifies the XML Schema namespace , which you need in order to use schema features in your BPEL file .

    xsd名称空间声明指定XMLSchema名称空间,您需要它来在BPEL文件中使用模式特性。

  13. This has many examples in the wild , such as HTML DOCTYPE , some uses of XMLNS , a version identifier inside your PDF document .

    这样的例子有很多,如HTMLDOCTYPE,XMLNS的某些使用或PDF文档中的某个版本标识。

  14. For this reason , to establish prefix and URI mappings when operating in the XMLNS domain , you code ESQL statements to make these changes to the tree .

    由于这个缘故,为了在采用XMLNS域时建立前缀和URI映射,您需要编写ESQL语句来对逻辑树进行这些更改。

  15. You must declare all prefixes before using them , except xml and xmlns , which can be assumed to be in effect and unchanging throughout all XML documents .

    除了xml和xmlns外,在使用那些设想会在所有XML文档中起作用且不更改的所有前缀前,都必须先进行声明。

  16. The XMLNS domain is considered a better practice for better performance and to avoid defining the layout of the dictionary either by hand or through the XML schema import ( or equivalent ) .

    在获得更好的性能和免于手工或通过XMLSchema导入(或同等方式)定义目录的布局方面,XMLNS域被认为是一种更好的做法。

  17. When a software tool generates XML , it has to place namespace nodes ( xmlns declarations ) within the tree so that they are in effect where needed to qualify names .

    当软件工具生成XML时,它必须将名称空间节点(xmlns声明)置于树中,以便它们在需要限定名称的地方起作用。

  18. The part in bold type ( xmlns = " http : / / www.w3 . org / 1999 / xhtml ") is the namespace .

    黑体部分(xmlns=“http://www.w3.org/1999/xhtml”)是命名空间。

  19. That way , a namespace declaration like xmlns = " http : / / foo . com " can use the syntax of an attribute rather than a distinct syntax .

    那样,象xmlns=“http://foo.com”这样的名称空间声明可以使用属性的语法而非独特的语法。

  20. Note that unlike xmlns , every namespace used must be declared and referred to by its prefix throughout the rest of the schema ; use of fully-qualified assertions not supported .

    注意,与xmlns不同,使用的每个命名空间都必须通过其前缀进行声明,并在架构的其余部分通过前缀引用;不支持使用完全限定的断言。

  21. The default namespace is http : / / www.w3 . org / 1999 / XMLSchema , whose xmlns declaration does not have a name .

    默认的名称空间是http://www.w3.org/1999/XMLSchema,它的xmlns声明没有名字。

  22. When dealing with XML messages on the wire , you have three methods available for the parsing and writing of XML messages : the XML domain , the XMLNS domain , and the MRM domain .

    在网络上处理XML消息时,您可以使用三种方法来解析和编写XML消息:XML域、XMLNS域和MRM域。

  23. Specifically , OpenPGP is used , along with a new namespace , http : / / xmlns . com / wot / 0.1 / , to denote web of trust concepts .

    将OpenPGP与新的名称空间http://xmlns.com/wot/0.1/一起使用明确地表示信任Web(Weboftrust)这一概念。

  24. Ryan Kelly ran into this problem and made a valiant attempt to create a jQuery plug-in , jquery . xmlns . js , for XML Namespace Selectors ( see Resources ) .

    RyanKelly遇到此问题并做了一次大胆的尝试,为XMLNamespaceSelector创建了一个jQuery插件jquery.xmlns.js(参见参考资料)。

  25. The XMLNS domain should be used if you need to create a logical tree that conforms more closely to the XML infoset ( XPath ), or if you want to preserve in-line DTDs .

    如果您需要创建更紧密地遵守XML信息集(XPath)的逻辑树,或者希望保留内联DTD,则应该使用XMLNS域。

  26. Perhaps the first thing noticeably unique about this XHTML is the use of the xmlns : y = " urn : yahoo : srch " in the HTML tag This relates to the Yahoo search data instance .

    很显然,这个XHTML的独到之处应该就是在HTML标记中使用了xmlns:y=“urn:yahoo:srch”。这与Yahoo搜索的数据实例有关。

  27. Xmlns : xui = " http : / / xml . bcit . ca / PurnamaProject / 2003 / xui " identifies another namespace and its accompanying prefix .

    xui=“http://xml.bcit.ca/PurnamaProject/2003/xui”识别另一个名称空间和它的对应前缀。

  28. Note that with the HTML doctypes , you don 't need the xmlns attribute on your html element . That 's specific to XHTML ( it 's an XML namespace , but that 's a subject for another article ) .

    注意,使用HTMLdoctype,不需要html元素上的xmlns属性,这是特定于XHTML的(它是一个XML名称空间,但这是另一篇文章的主题。)

  29. Ensure that the MathML namespace is declared near the top of the document , most simply by having the namespace declaration xmlns : m = " http : / / www.w3 . org / 1998 / Math / MathML " on the html element .

    确保在靠近文档顶部的位置声明MathML名称空间,最简单的做法是将名称空间声明xmlns:m=“http://www.w3.org/1998/Math/MathML”放在html元素上。