Frames 

 No Frames

Previous Element
Video

Last Element


XMLDataSource

This loads all the data from the specified XML document into the data model. For more information please see here .

Attributes

name The top-level name in the internal data model to which the root element of the XML document is mapped. This name must be specified.
TypeString
location A mandatory attribute containing the physical location of the XML document. This can be specified as either a file name of a URL (the type attribute is used to determine the location type). When a relative filepath is specified, it is assumed to be relative to the document root of the RVML document - in general this is the folder in which the RVML document is located.
TypeString
type The type of location specified in the location attribute.
TypeString
Valuesfile
url
Default Valuefile
resoveNamespaces Should the internal model store the namespace information for the XML document? There is generally no need to resolve namespaces since all elements should be uniquely identifiable.
TypeBoolean
Values
true
The XML nodes in the data model must be referenced by their qualified node names. This needs to be defined in FreeMarker using the <#ftl ns_prefixes={ Put mapping here}>.
false
The XML nodes in the data model are only referenced by their local names
Default Valuefalse
validate Should the input XML document be validated by the KineticFusion XML parser?
TypeBoolean
Values
true
The document is validated before adding it to the model. It is the responsibility of the XML document author to ensure sufficient information is available to validate the document.
false
The document is not validated before adding it to the model.
Default Valuefalse

Child Elements

None

Parent Elements

DataSources

Examples

None


Previous Element
Video

Last Element