Wednesday, May 10, 2006

Re: [itsdifferent] AML-XSL problem urgent

Hi thanks for your concern,
The scenario is that an appliaction can be rejected for either one of the reason specified in the reasons table.
A table stores the reason(0 to n) for each appliaction rejected,
THe appliacnts details(ie name appno,adress etc is stored in a diiferebnt table)
Now what i have is the format for the rejection letter to be sent to each applicant , the format for letter is an XSL file stored in another table -(ther are various reports and letters all are stored as XSL)
 
wel from htis i guess u infer my problem,
 
I fetch all appliacnts rejected( a dataset)
Get all reasons for each appliacnt from different table)
 
If i populate both together i will have redundant data in each row and my XSL will fail, its for an indivisual appliacant with multiple reason
 
thanks
Norica

Samir Prabhu <samirsprabhu@yahoo.co.in> wrote:
Hi,
 
In .NET you can create a join based query,populate a dataset and either through default dataset.writeXML() method or by using methods in System.xml namespace format your customized xml comprising the data.
Hope this will help you.
 
Regards,
Samir

norica gohil <noricagohil@yahoo.co.in> wrote:
Hi
Can anyone help me out with this?
 
I have two sets of data (like master Detail) i want to generate both into one as XMl so i can transform with XSl
 
Eg
data1
Appno
Address
Rollno
 
Data2
Appno1,Reason
Appno1,Reason
Appno 1,REason
Appno2,Reason
Appno2,Reason
Appno2,Reason
 
How do i fetch them and merrge to get on XMl as
<candidate>
<Appno1>  </Appno1>
<Address> </Address>
<Rollno></Rollno>
<reasons>
<Reason></Reason>
<Reason></Reason>
<Reason></Reason>
</reasons>
 
</candidate>
 
Thanks,
 

Yahoo! India Answers: Share what you know. Learn something new. Click here




Blab-away for as little as 1¢/min. Make PC-to-Phone Calls using Yahoo! Messenger with Voice.


Yahoo! India Answers: Share what you know. Learn something new. Click here
Send instant messages to your online friends - NOW

Note: This Group is not a Job Searching Group, so please co-operate and dont transfer any kind of job related material across this Group.AnyOne doing so can be banned from the Group
Thanx , Group Co-Ordinators




YAHOO! GROUPS LINKS




No comments: