xmlmapper

Importing schema with XMLmapper in Delphi ?

Hi, I try to import some valid schema (for xmlspy and oxygen) with XMLMapper in delphi and I have this error "Error Flux if:InfofileType unknown". I use namespace and this type is define in another file. Is there a way to solve this ? (I also try with Delphi 2010 demo and it still not work) <?xml version="1.0" encoding="UTF-8" ?>...

Do time zone specification in XMLMapper works ?

Hi all, I receive DateTime in XML file like this 2009-12-14 05:07:38Z. So, I thought it was a mistake but after little googling, I find this : http://www.w3schools.com/Schema/schema_dtypes_date.asp Time Zones To specify a time zone, you can either enter a time in UTC time by adding a "Z" behind the time - like this: 09:...

showing a xml file contents in a dbctrlgrid

hi anybody i have a win application project that should be done in delphi2010. in a form something like the image below,should be produced: www.up.iranblog.com/Files2/1e867ce0de784c469496.jpg first the image of product and under that tha name and the price. the information should be read from a xml file,but i dont know how to display the...