write PMML as in XML use Vc++
-
hi i am new to PMML(Preditive model markup langauge). i am not getting how to write PMML Data in xml using vc++. could you please any one.
-
hi i am new to PMML(Preditive model markup langauge). i am not getting how to write PMML Data in xml using vc++. could you please any one.
From the wikipedia page on PMML
PMML is an XML-based language
This is key because your question then has nothing to do with PMML. Your problem is you don't know how to work with XML. That is a significant sized problem making it a poor candidate for a question on an internet forum. There is no easy copy/paste solution for you. The reality is you will have to dig into learning XML and it's related technologies to accomplish your project. For using VC++ the MSDN Web site will contain much information including tutorials and example code. Other major resources are the two web sites TopXML and www.w3schools.com. On all these sites you will find that one very common technique for working with XML in VC++ is to use the COM component MSXML. Good luck
led mike