M
Matt
What is the easiest way to get data from xml assuming that it confirms to
the default microsoft schema?
Thanks,
Matt
the default microsoft schema?
Thanks,
Matt
* "Matt said:What is the easiest way to get data from xml assuming that it confirms to
the default microsoft schema?
Matt said:What is the easiest way to get data from xml assuming that it confirms to
the default microsoft schema?
Cor said:Hi Matt,
The most easiest to use is for me the xml file configured as a dataset.
dataset.readxml(path)
After that you can choise for the sugestion from Blumido (DOM) or use the
XMLreader.