Help with merging xml-files and databaseinformations

T

Tine Müller

On this site http://www.tinemuller.dk/sikkerbyg/ the dropdown is
functioning the way it should for the different part in Denmark but
now I want to show the same informations for the hole Denmark and
don't know how to do this and hope for some help?
//Hele Danmark
xmlfile[13]="Omurer";
xmlfile[14]="Omaler";
xmlfile[15]="Otoemrer";
This is how it is now and is the same markers as for Øerne

but it should be for:
xmlfile[13]="Smurer + Fmurer + Jmurer + Omurer";
xmlfile[14]="Smaler + Fmaler + Jmaler + Omaler";
xmlfile[15]="Stoemrer + Ftoemrer + Jtoemrer + Otoemrer";


And this code is where I need help just for now?


This is just for 3 branches but later there will be 30 branches and I
hope there is an easier way to make this code?
 
J

Joseph J. Kesselman

Tine said:
Can no one help how to mix several files together?

Can you state the basic problem more clearly, without involving a
website in it?

The usual ways to "mix several XML documents together" are either via
custom code, or via an XSLT stylesheet using the document() function to
read in the additional files.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top