please define here an interface with standardized functions for all manipulations on the xml file so that we can implement the same functions easily in C# also.
e.g. addXmlTag(parentTag, name, value)
so finally there shall be no reference to the xml framework used in the code doing the export.
The reference is then only in the class implementing the interface.
please define here an interface with standardized functions for all manipulations on the xml file so that we can implement the same functions easily in C# also. e.g. addXmlTag(parentTag, name, value)
so finally there shall be no reference to the xml framework used in the code doing the export. The reference is then only in the class implementing the interface.