XML的意思
XML中文翻譯:
abbr.可擴展標示語言(ExtensiveMarkupLanguage)
described xml───描述的xml
extensible xml───可擴展xml
entities in xml───xml中的實體
well-formed xml───格式良好的xml
Listing 2 shows a sample XML document, bib.xml, which represents a bibliography of books.───清單 2 顯示了一個示例 XML 文檔 bib.xml ,它表示書籍的書目。
The XML document is checked against a very restrictive schema.───該 XML 文檔是由一個限制非常嚴格的模式進行檢查的。
Although internally the XML is stored in a hierarchical format, logically in the database table it appears to be stored in a CLOB or BLOB.───盡管 XML 在內部存儲為層次化格式,但邏輯上,在數據庫表中,它似乎存儲在 CLOB 或 BLOB中。
Because SOAP uses XML to encode messages, it's very easy to process messages at every step of the invocation process.───而SOAP用XML將消息編碼,因此在調用過程的任何一步都極易處理消息。
That's the whole point of a document model, after all -- to faithfully represent XML without any assumptions about the form of that XML.───這正是文檔模型的任務所在,即不對該XML的形式進行任何假設,如實地表示XML。
With a basic class-to-element mapping, you're ready to start mapping fields of the book class to specific elements within the XML document.───有了基本的類到元素的映射之后,就可以開始把Book類的字段映射到XML文檔中的特定元素。
Although they are a bit long, I would like to present the entire XML source of the word processor documents created.───盡管有點長,我還是愿意列出所創建的字處理程序文檔的全部XML源代碼。
XML is often referred to as semi-structured.───XML通常被認為是半結構化的。
Jelliffe's talk was actually about his experiences trying to come up with metrics of XML schema complexity.───Jelliffe的發言實際上是關于嘗試度量XML模式復雜性的經驗。
The file handle is mapped to the file identifier and exposed in the application-instance.xml.
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.
Secondly, each path expression in the SQL/XML query requires a separate namespace declaration.
You can declare attributes for an XML element type using an attribute list declaration.
The Spring context in the Blether WAR looks up the EntityManagerFactory that it uses from the Web module's local JNDI, where it is mapped by a persistence-unit-ref in the module's web.xml file.
You can also decompose XML data for use by non-XML-enabled applications, thereby preserving and extending past investment and enhancing programmer productivity.
XSLT is a dedicated XML translation language.
Practice indicates, We can Utilize XML technology to realize the convenient and swift custom-tailor service online.
Because multiple concurrent XML HTTP requests can be scheduled in parallel, our application essentially becomes a concurrent program -- and concurrency is hard.