Example Resources
The following files are example resources that can be used to try out the XML Data Control:
File | Description |
---|---|
HR.xsd | A XML Schema file that describes the traditional Oracle HR department. |
HRdata.xml | A XML file with department 10, 20 & 30 from the traditional Oracle HR data. |
HRflat.xsd | A XML Schema file that describes an Employee with jobs information included in the Employee element instead of as a sub element. |
HRtoHRflat.xsl | A XSL transformation file that maps the data from the HR.xsd subelement Jobs to the jobs attributes within the Employee in the HRflat.xsd. |