RDP1974 40 Posted January 19 Hi, I want ask, using OmniXml, can be possible to: 1) load, populate a XML doc from a XSD schema? 2) then set the values? Share this post Link to post
Roger Cigol 103 Posted January 22 It is very unusual to want to create an XML file and then at some later time set the values. What purpose does an XML file with no values in serve? How you create an XML file from data values that you have is (probably) your question. The answer to this may depend on where the values are coming from. The Embarcadero XML mapper tool (available on Getit - EXCEPT AT THIS MOMENT IN TIME (JAN 2024) GETIT IS BROKEN) allows you to take <at design time> an existing *.xsd schema and create a transofrmation that can then be used in your code so that <at run time> a TClientDataset can generate an XML file from the data it contains. I am aware that I am not helping with the "using OmniXml" part of your question but I mention the above in case it helps. 1 Share this post Link to post