Hi all,
I need to convert the following step code into an XML file.
I am not very familiar with XSL and XML and I don't know if it possible to
tranform something with no tags in it.
ENTITY buffer_gas_system SUBTYPE OF (plant_item)
ABSTRACT SUPERTYPE OF (centrifugal_compressor);
END_ENTITY;
ENTITY material_transfer_equipment SUBTYPE OF (process_equipment)
ABSTRACT SUPERTYPE OF (fluid_transfer_machine);
material_transfer_equipment_type : STRING;
END_ENTITY;
If I can't do it using XSL is there any other way??
Does anyone have any suggestions?
Thanx in advance
tolis
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|