SpiderBasic - XML

Overview

The XML library provides set of functions to easily add XML parsing and creating capability to applications.

The official specification of XML and XML Namespaces by the W3C can be found here:
XML specification
XML Namespaces
Various translations of XML related documents

Also the Wikipedia article on XML provides a good starting point for people new to XML.

Command Index

ChildXMLNode
ComposeXML
CreateXML
CreateXMLNode
DeleteXMLNode
ExamineXMLAttributes
ExportXML
FreeXML
GetXMLAttribute
GetXMLEncoding
GetXMLNodeName
GetXMLNodeOffset
GetXMLNodeText
GetXMLStandalone
IsXML
LoadXML
MainXMLNode
NextXMLAttribute
NextXMLNode
ParentXMLNode
ParseXML
PreviousXMLNode
RemoveXMLAttribute
ResolveXMLAttributeName
ResolveXMLNodeName
RootXMLNode
SetXMLAttribute
SetXMLEncoding
SetXMLNodeOffset
SetXMLNodeText
SetXMLStandalone
XMLAttributeName
XMLAttributeValue
XMLChildCount
XMLError
XMLErrorLine
XMLErrorPosition
XMLNodeFromID
XMLNodeFromPath
XMLNodePath
XMLNodeType
XMLStatus

Example

Xml.sb

Supported OS

All

Reference Manual - Index