Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
71 views

How to add variables based on counter and output to xml file using xmlengine(xmlmapper) in SAS?

I have two data sets in which some records are relevant to each other. E.g. Dataset1 Var1 abcde bad man big bang strange everyday exactly Dataset2 var1 abc cde bad bad man a stranger ...
1
vote
1answer
275 views

showing a xml file contents in a dbctrlgrid

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 ...
0
votes
3answers
329 views

Most Efficient way to create XML from java List object

i am working on converting CSV to XML, though i have many ways to do this but my requirement is to do it in such a way that in future the mapping can be changed without any code change. so we are ...
0
votes
1answer
111 views

Do time zone specification in XMLMapper works?

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 ...
0
votes
2answers
727 views

Importing schema with XMLmapper in Delphi?

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 ...