Skip to Content
0
Former Member
Sep 25, 2008 at 09:34 AM

XMLDataset encapsulating XSD and XML needed

37 Views

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