Navigation
index
scilab beta documentation
»
XML Management
ΒΆ
XMLObjects
Describe the properties of the different XML objects
xmlAddNs
Add a namespace to a XML Element
xmlAsNumber
Convert the result of a XPath query into a row of numbers
xmlAsText
Convert the result of a XPath query into a row of strings
xmlDTD
Create a XML DTD object
xmlDelete
Delete a XML document
xmlDocument
Create a new XML document
xmlDump
Dump a XML object
xmlElement
Create a new XML element
xmlFormat
Format a Scilab variable into XML
xmlGetNsByHref
Get a namespace by its href
xmlGetNsByPrefix
Get a namespace by prefix
xmlGetOpenDocs
Get all open XML documents or all open XML Validation files.
xmlIsValidObject
Test the existence of an XML object
xmlNs
Create a new XML Namespace
xmlRead
Read a XML stream from a local or distant file
xmlReadStr
Read a XML tree from a string
xmlRelaxNG
Create a XML Relax NG object
xmlRemove
Remove an element or a list of elements from their parents
xmlSchema
Create a XML Schema object
xmlSetAttributes
Set the attributes name and value.
xmlValidate
Validate a document in using a DTD, a Relax NG or a Schema.
xmlWrite
Write a XML document in a file
xmlXPath
Make an XPath query on a XML document
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
scilab beta documentation
»