VUrV TECHNOLO GY XML processing in Cold Fusion MX Everything you wanted to know about XML, but were afraid tp ask October 2006 Jaxfusion User group
XML processing in ColdFusion MX Everything you wanted to know about XML, but were afraid to ask October 2006 Jaxfusion User Group
About the presenter >> David Fekke Working with XML 1999 Lead for∨ ury hr- XML AP vurv
About the Presenter » David Fekke » Working with XML 1999 » Lead for Vurv HR-XML API
Covered in this presentation Properly formedⅩML ColdFusion XML Tags and functions XPath queries XML XSDs and validation XML Namespaces DOM VS Streaming parsers StAX AP vurv
Covered in this presentation » Properly formed XML » ColdFusion XML Tags and functions » XPath queries » XML XSDs and Validation » XML Namespaces » DOM vs. Streaming parsers » StAX API
XML eXtensible Markup Language Originated from SGML W3C standard More versatile then flat files vurv
XML » eXtensible Markup Language » Originated from SGML » W3C standard » More versatile then Flat files
XML Syntax Ⅹ ML declaration <?xml version=1.0 encoding=UTF-8?> Must have one root tag <pre: roottag> </pre: roottag> All tags must have closing tag <br/>: single tags can have forward slash at the end <tag name=value"/> tags can have attributes vurv
XML Syntax » XML declaration » <?xml version="1.0" encoding="UTF-8"?> » Must have one root tag » <pre:roottag> </pre:roottag> » All tags must have closing tag. » <br />: single tags can have forward slash at the end » <tag name=“value” /> tags can have attributes