这是控制命名空间前缀的最常见的原因。
This is the most common reason for controlling namespace prefixes.
在编写属性或元素时指定命名空间前缀。
Specify a namespace prefix when writing attributes or elements.
第二个元素的命名空间前缀是article。
The second element is in the namespace attached to the prefix article.
限定名由xml命名空间前缀、冒号和本地名称组成。
A qualified name consists of an XML namespace prefix, a colon, and a local name.
注意,可以在任意块中引入新的命名空间前缀,例如这里就是页脚。
Note that we can introduce new namespace prefixes in an arbitrary block such as the footer here.
本主题介绍在序列化xml树时如何控制命名空间前缀。
This topic describes how you can control namespace prefixes when serializing an XML tree.
但是可以使用命名空间前缀将属性置于一个命名空间中。
However, you can use a namespace prefix to put an attribute in a namespace.
第一个元素没有命名空间前缀,因此它属于缺省的命名空间。
The first element has no namespace prefix, so it is attached to the default namespace.
SOAP消息体中的缺省子元素未限定,即该元素没有命名空间前缀。
The default child elements in the body of SOAP messages are unqualified, that is, the elements do not have a namespace prefix.
可以使用下面的示例中的ESQL来创建ns1的命名空间前缀定义。
You can use the ESQL in the following example to create the namespace prefix definition for ns1.
RDFa还继承了XML的一些功能,比如很容易混淆的命名空间前缀。
RDFa also inherited some features of XML, such as namespace prefixes, which can be confusing.
在此例中,app是分配给您导入的命名空间的命名空间前缀。
In this case, app is the namespace prefix allocated to your imported namespace.
任何没有用命名空间前缀完全限定的元素均属于默认命名空间。
Any element that is not fully qualified with a namespace prefix belongs to the default namespace.
通常,您希望为消息中的命名空间uri指定特定的命名空间前缀。
Often you'll want to specify particular namespace prefixes for the namespace URIs in your messages.
其命名空间前缀是Excel(但是您可以根据需要修改成其他名称)。
The namespace prefix is Excel (although you can change it, if you prefer).
ESQL命名空间声明与XML中的命名空间前缀的概念密切对应。
An ESQL namespace declaration corresponds closely to the idea of a namespace prefix in XML.
还可以定义其他命名空间,并为这些命名空间指定命名空间前缀。
You can also define other namespaces, and specify the namespace prefixes for those namespaces.
这些命名空间前缀定义与位流中的命名空间前缀声明相对应,如下所示
These correspond to the namespace prefix declarations in a bitstream, shown here
在创建XML元素文本时,可以为元素名称指定XML命名空间前缀。
When creating an XML element literal, you can specify the XML namespace prefix for the element name.
作为开始,我们需要定义文档类型以及将在整个文档中使用的所有XML命名空间前缀。
To start off with, we need to define the document type and any XML namespace prefixes that we expect to use throughout the document.
命名空间前缀将元素和属性与命名空间关联,命名空间反过来又与URI引用关联。
Namespace prefixes associate elements and attributes with namespaces, are in turn associated to a URI reference.
下面的示例创建一个包含多个命名空间的文档,每个命名空间都具有命名空间前缀。
The following example creates a document that contains multiple namespaces, both with namespace prefixes.
命名空间前缀将元素和属性与命名空间关联,命名空间反过来又与URI引用关联。
Namespace prefixes associate elements and attributes with namespaces, which are in turn associated to a URI reference.
然后,该示例创建一个使用该命名空间前缀的XML文本,并显示该元素的最终形式。
It then creates an XML literal that USES the namespace prefix and displays the element's final form.
需要控制命名空间前缀的另一个常见原因是:您希望用户手动编辑XML文档,而且您希望创建方便用户键入的命名空间前缀。
Another common reason for controlling namespace prefixes is that you want users to edit the XML document manually, and you want to create namespace prefixes that are convenient for the user to type.
为上面创建的流程组件生成的WSDL文件并不指定elementFormDefault属性,因此这会导致采用无命名空间前缀的缺省行为。
The generated WSDL files for the process components created above do not specify the elementFormDefault attribute, so this results in the default behavior without namespace prefixes.
第一个部分是 [Namespaces],它列示架构中使用的命名空间前缀及其对应的经过限定的命名空间,类似于基本XML文档中的 xmlns属性。
The first is the [Namespaces] section. It lists the namespace prefixes to be used in the schema with the corresponding qualified namespaces, similar to the xmlns attribute in a basic XML document.
同时,保证比较的是命名空间而不是前缀。
Also, be sure that you compare on the namespace URI, not the prefix.
通过使用来自相应范围内的特殊命名空间声明的前缀,开发人员就可以使用合格的名称来引用这些元素。
Developers can use qualified names to refer to these elements using prefixes from the particular namespace declarations in scope.
通常,元素是在缺省的命名空间,因此传统的Springbean定义并不需要前缀。
Normally the element is in the default namespace, so traditional Spring bean definitions do not need prefixing.
应用推荐