Hi there,
I try to assign a xsd and a xml file to a xmldataset such as it is possible with the JRC. Unfortunately, the class IXMLDataSet is not available in .NET. What would be the equivalent in .NET so assign both XSD and XML content?
// create new XML Datasource that is used for containing streamed xml data
IXMLDataSet xmlDS = new XMLDataSet(reportContent.getXmlContent(), reportContent.setXsdContent());
Thanks,
Pascal