Question
Export attributes for an object to an xml-file
Hi
Does anyone know how to export atributes and its values for an object in Windchill to an xml-files?
This is an example of the output that I would like to have:
<?xml version="1.0" encoding="UTF-8" ?>
- <document>
<created_by>WMIKJOH</created_by>
<product_name>BRACKET</product_name>
<materialr>STEEL</material>
</document>
/Mikael

