下面的示例声明一个默认命名空间。
获取默认命名空间的命名空间uri。
默认命名空间是在根元素中声明的命名空间。
A default namespace is a namespace declared in the root element.
只有来自非默认命名空间的元素需要完全限定。
Only the elements from namespaces other than the default namespace need to be fully qualified.
xml树中表示的默认命名空间不在查询范围内。
Default namespaces as represented in the XML tree are not in scope for queries.
生成的XML将处于全局声明的默认命名空间中。
The resulting XML will be in the globally-declared default namespace.
清单1使用HTML5DTDecl,并在顶部声明默认命名空间。
Listing 1 USES the HTML5 DTDecl and declares the default namespace at the top.
如果在文件级别上定义,则会重写项目级别上的默认命名空间。
If it is defined at the file level, it overrides the default namespace at the project level.
任何没有用命名空间前缀完全限定的元素均属于默认命名空间。
Any element that is not fully qualified with a namespace prefix belongs to the default namespace.
通过在导入过程中重写默认命名空间,可以指定命名空间的名称。
By overriding the default namespace during the import process, you can specify the namespace name.
但是,这种方法更不便于使用,更好的方法是使用全局默认命名空间。
However, this is more cumbersome to use than the global default namespace, which is a better approach.
通过使用全局默认命名空间,您可以使用XML文本而无需声明命名空间。
With the global default namespace, you can use XML literals without declaring namespaces.
如果此属性为空,则将生成的代码放入转换的文件所在的文件夹的默认命名空间中。
If the property is empty, generated code is put in the default namespace for the folder in which the converted file is located.
您可以定义一个全局默认命名空间,在这种情况中,XML文本中的元素将默认位于该命名空间中。
You can define a global default namespace, in which case elements in the XML literals will be in the namespace by default.
本主题的第一个示例集演示一种加载但是按不正确方式查询默认命名空间中的XML 的典型方式。
The first set of examples in this topic shows a typical way that XML in a default namespace is loaded, but is queried improperly.
当在XML文档中使用多个命名空间时,将其中一个命名空间定义为默认命名空间可以使文档更加简洁。
When multiple namespaces are used within an XML document, defining one namespace as the default namespace provides a cleaner looking document.
查询xml树时遇到的一个最常见问题是,如果xml树具有默认命名空间,开发人员在编写查询时,有时会将XML视为不在命名空间内。
One of the most common problems when querying XML trees is that if the XML tree has a default namespace, the developer sometimes writes the query as though the XML were not in a namespace.
查询xml树时遇到的一个最常见问题是,如果xml树具有默认命名空间,开发人员在编写查询时,有时会将XML视为不在命名空间内。
One of the most common problems when querying XML trees is that if the XML tree has a default namespace, the developer sometimes writes the query as though the XML were not in a namespace.
应用推荐