well-formed 双语例句
全部
1·Ensure well-formed or valid XML.
确保格式标准或者有效的xml。
2·The url variable is a well-formed String.
url 变量是一个格式良好的 String。
3·In XML, this is termed well-formed data.
这在xml术语中称为“格式良好的”数据。
4·Listing 1 is an example of well-formed XML.
清单1是一份格式良好的XML的示例。
5·The XML column INFO can store any well-formed XML.
xml列info可以存储任何格式良好的XML。
6·Listing 7 shows well-formed and properly nested XML.
清单7给出了构造良好并且正确嵌套的XML。
7·DB2 can store any well-formed XML document up to 2gb.
DB 2可以存储最大为2gb的格式良好的任何XML文档。
8·DB2 can store any well-formed XML document of up to 2 GB.
DB 2最多可存储2 gb格式良好的XML文档。
9·What is the difference between Well-Formed XML and Valid XML?
格式完好的XML和有效的XML有什么区别?
10·We can also parse the file to find out whether it is well-formed.
我们也可以解析这个文件,看看它是否格式良好。
结构良好
1·In this example, the empty list at the end means that you have constructed a well-formed (proper) list.
在这个示例中,末尾的空列表意味着您构造了一个结构良好(合适)的列表。
2·Remember, the DOM will create well-formed HTML, meaning that the element is currently empty, with both a starting and ending tag.
要记住,DOM会创建结构良好的HTML,就是说这个目前为空的元素包括起始和结束标签。
3·A method definition is a well-formed definition of a method in terms of its method Elements (including their description) and their relationships.
方法定义就是根据它的方法元素(包括它们的描述)和它们之间的关系对方法进行的一个结构良好的定义。
4·It then USES string concatenation to create a complete, well-formed XML document from it.
然后使用字符串连接创建完整的、结构良好的XML文档。
5·For example, a rule that says all well-formed XML is acceptable as long as it doesn't use CDATA sections.
比如,一条规则说“所有结构良好的XML只要不使用cdata节都是可接受的”。
格式规范
1·If you want to accept only complete, well-formed documents, then make sure your script doesn't do anything irreversible until the end of the document is seen.
如果希望只接受完整的、格式规范的文档,那么请确保在看到文档终点之前脚本不能进行任何不可逆操作。