版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
XML技術實務中央研究院OutlineXMLXMLSchemaDOMandSAXXPathXSLTXQueryWebService/SOAWS-BPELConclusionXMLDocument<?xmlversion=“1.0”encoding=“UTF-8”?><簡歷><姓名>郭譽申</姓名><姓名語言=“英文”>Y.S.Kuo</姓名><教育程度>博士</教育程度><服務單位>中央研究院</服務單位></簡歷>XMLCharacteristicsCodingStandardFlexibleDataStructuresDocumentsandDataContentandPresentationSeparationDeclarativeSchemasXMLVocabulariesXHTML,RosettaNet,UBL,Biztalk,…DataInterchange/SystemIntegration
XMLSchema<xs:elementname="簡歷"><xs:complexType><xs:sequence><xs:elementname="姓名"maxOccurs="unbounded"><xs:complexType><xs:attributename=“語言“type=“string”/></xs:complexType></xs:element><xs:elementname="教育程度“type=“string”/><xs:elementname=“服務單位“minOccurs="0"/></xs:sequence></xs:complexType></xs:element>Element/AttributeDeclarationsElementDeclaration<xsd:elementname="city"type="string“/><city>Taipei</city>AttributeDeclaration<xsd:attributename=“country”type=“NMTOKEN”use=“required”/>Global/LocalDataTypesSimpleTypeAtomic/List/UnionComplexTypePrimitiveTypeDerivedTypeList,Union,Restriction,ExtensionBuilt-In(44)/User-DerivedTypeComplexTypesDerivationbyExtensionAddelementandattributedeclarationsDerivationbyRestrictionPutconstraintsonelementandattributedeclarations<complexTypename="Address"><sequence><elementname=“label"type="string"/><elementname="street"type="string"/><elementname="city"type="string"/></sequence><attributename=“country”type=“NMTOKEN”use=“required”/></complexType>
<complexTypename="Items"><elementname=“item“type=“Item”minOccurs=“0“maxOccurs="unbounded"></element></complexType><complexTypename="ConfirmedItems"><restrictionbase="Items"><elementname="item"type=“Item”minOccurs="1"maxOccurs="unbounded"></element></complexType>ComplexTypesSimpleContentOnlyTextandAttributes,NoElementComplexContentMixedContent<complexTypemixed=“true”> <complexContent>EmptyContentDefiningmyInteger,Range10000-99999
<xsd:simpleTypename="myInteger"><xsd:restrictionbase="xsd:integer"> <xsd:minInclusivevalue="10000"/> <xsd:maxInclusivevalue="99999"/></xsd:restriction></xsd:simpleType>
UsingtheEnumerationFacet<xsd:simpleTypename="USState"><xsd:restrictionbase="xsd:string"> <xsd:enumerationvalue="AK"/> <xsd:enumerationvalue="AL"/> <xsd:enumerationvalue="AR"/> <!--andsoon...--></xsd:restriction></xsd:simpleType>
DerivationbyList<xsd:simpleType name="listOfMyIntType"> <xsd:listitemType="myInteger"/></xsd:simpleType>
ConclusionXSDismuchricherinsemanticsthanDTD.XSDappearslikethedeclarationpartofaprogramminglanguage.XSDisnothardtolearn.XSDisrecommendedbyW3C.XSDwillbethestandard.XMLSchemaversusDTDTypeSystemsBuilt-InTypesTypeDerivationContentModelMixedContentElementOccurrencesWildcardsSemanticConstraintsXSDismuchricherinsemanticsthanDTD.DocumentObjectModel(DOM)
XPathLanguageforAddressingPartsofanXMLDocumentDeclarativeExpressionsUsesinXSLT,XPointer,XQuery,…XPath1.0,W3CREC.,Nov.1999XPath2.0LocationPathschild::doc/child::chapter[position()=5]/child::section[position()=2]Node-SetsRelative/AbsoluteLocationPathLocationStepsAxisNodeTestPredicatePathExpressionsDataTypesNode-Set(LocationPath)BooleanNumberStringVariableReference,e.g.$xFunctionCall,e.g.id(“foo”)XSLTDocumentTransformationamongXMLVocabulariesXSLTisXML-basedXSLTisruleandtemplatebasedXSLTisadeclaritvelanguagematchingisprimaryoperationsalsosupportimperative-likeprimitives,eg.flowcontrol,sorting,variablesHowDoesXSLTWork?HowDoesXSLTWork?Duringthetransformation:XSLTprocessorreadsbothXMLandXSLTdocumentsTrytomatchelementsinXMLaccordingtorulesspecifiedinXSLTIfsomeelementsarematched,processorgeneratesresultelementsaccordingtotemplatesinXSLTAfterthetransformation,youcouldobtain:aresultXMLdocumentXSLTProcessingSequenceHello,World!(material)<?xmlversion="1.0"?><xslTutorial><title>Hello,World!</title><author>Kuan-TaChen</author><date>2001/05/16</date></xslTutorial><xsl:stylesheetversion="1.0“
xmlns:xsl=""><xsl:templatematch="/"><H1><xsl:value-ofselect="//title"/></H1><H2><xsl:value-ofselect="//author"/></H2><H3><xsl:value-ofselect="//date"/></H3></xsl:template></xsl:stylesheet>SourceXMLXSLStylesheetHello,World![result]<?xmlversion="1.0"encoding="UTF-16"?><H1>Hello,World!</H1><H2>Kuan-TaChen</H2><H3>2001/05/16</H3>ResultXMLResultXMLpreviewedinbrowserWebService/SOASupportinteroperablemachine-to-machineinteractionoveranetwork.RPC-Oriented(RemoteProcedureCall)Message-OrientedRESTWebServiceTriadWS-BPEL(BusinessProcessExecutionLanguage)Process/WorkflowEngineforSOAApplicationIntegrationWebServiceDataRepresentationDataTypesinXMLSchemasProcessDefinitionsinXMLXML-BasedWorkflowManagementBPELversusXPDLOASIS,IBM,Oracle,MicrosoftNarrowScopeWebServiceforAppl.IntegrationXMLSchemasasDataTypesWfMC,ManyWfMSVendorsWideScopeAPIinMultipleLanguagesTraditionalDataTypes+XMLBPELvers
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 端口说明及389端口的利用方法
- 高职院校《会计基础》课程与手工账实训结合应用探讨
- 酒吧黄赌毒治理方案
- 景点防汛预案方案
- 贵州省贵阳市2024-2025学年八年级上学期10月份练习数学试题(无答案)
- 开业仪式典礼方案
- 2024年江苏省扬州市中考物理试题含答案
- 江西申论模拟27
- 湖北公务员面试模拟43
- 上海市信息管理模拟19
- 山东省高等学校教师岗前培训考试暨教师资格笔试题库及完整答案(易错题)
- 新制定《公平竞争审查条例》学习课件
- DZ/T 0452.3-2023 稀土矿石化学分析方法 第3部分:锂、铍、钪、锰、钴、镍、铜、锌、镓、铷、铌、钼、铟、铯、钽、钨、铊、铅、铋、钍、铀及15个稀土元素含量的测定 ICP-MS法(正式版)
- 少数民族朝鲜族民俗介绍
- 2024年环磷酰胺原料药项目申请报告
- 医院护理人文关怀实践规范专家共识
- 鸟的天堂(课件)五年级上册语文
- 中国农业银行贷后管理办法
- 安全防护用品采购管理制度
- MOOC 陶瓷装饰·彩绘-无锡工艺职业技术学院 中国大学慕课答案
- 人教版《烛之武退秦师》课件(共42张)
评论
0/150
提交评论