Previous Element | 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. | |
| Type | String | |
| 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. | |
| Type | String | |
| type | The type of location specified in the location attribute. | |
| Type | String | |
| Values | file url | |
| Default Value | file | |
| 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. | |
| Type | Boolean | |
| Values |
| |
| Default Value | false | |
| validate | Should the input XML document be validated by the KineticFusion XML parser? | |
| Type | Boolean | |
| Values |
| |
| Default Value | false | |
Child Elements
None
Parent Elements
DataSourcesExamples
None
Previous Element | Last Element |