Newbie question

wxdqz

New Member
hi all

I m just started learning about XML not planning on any XML programming yet just some theory stuff


XML can derive data from different database which has the same meaning but different formats. For example

Person detail(name:String, age:int) database 1
Person detail(Forename,Surname:String, DoB:int) database2

how would you incorporate these data into a framework where it can be queried as a whole?

Do you generate a DTD from database 1 and databse 2 ? Would that just be one DTD or 2 DTDs ? What would you do after generating the DTD?
 
Back
Top