Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Defining an XML configuration

This sample shows how to load an XML configuration into the EDMdatabase. The XML configuration may then be used to style the XML when exporting data to XML files. To run this sample, you need to have the IFC2x3 schema compiled in your EDMdatabase. You also need to import the sample population IfcWall_01.ifc. Finally, you need the file containing your XML configuration.

Add the following code block or similar to your application

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_xc_DefineXMLConfiguration'.


Exporting configured XML

This sample shows how export a population of the IFC2x3 schema to XML file using an XML configuration. To run this sample, you need to have the IFC2x3 schema compiled in your EDMdatabase. You also need to import the sample population IfcWall_01.ifc. Finally, you load an XML configuration named "MyXMLConfiguration" into the EDMdatabase.

Add the following code block or similar to your application

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_xc_WriteConfiguredXML'.


  • No labels