Vb.net!!!!

Kaat

Member
Joined
Mar 24, 2005
Messages
22
Location
Belgium
Programming Experience
Beginner
Vb.net!!!! Help me

I have again a question:

When you have xml with projects or something else from one application and you have to put it in another application (where the layout of the xml is different), how do you do this? One thing you have the xsd of the last application.

So I think you read the xml from the first application, and you couple it with the xsd from the second application and you generate new xml!

But how do you do this.

Please help, it very important

thanx
 
Last edited:
I get some XML (for example with projects) from an application, and i've to put these projects into another application, but the xml is different (layout, some names of header, etc...)

greetz
 
vbmenu_register("postmenu_7974", true); Thanx jmcilhinney, but how do you do that, i don't know how to write a new file using the xsd?
 
We could extend the previous project ... but you should wait till tonight ... as i'll be stepped out till tonight ... we could pass values of first xml to some controls then change the values and writte a new xml document with different layout ... plus predefined XSD or CSS style document/s ... Cheers :)
 
Back
Top