Guys,
I am a newbie to xml, we have a client who wanted us to make them a brochure website, but they want it to be flexible enough to accomidate different distributior. Basically the whole website is identical for every distributor of our clients product and the only difference would be the Disctributor company name, logo, phone and email.
I can't quite picture how to put this together, but it would be great if the whole site would work of a single xml file that is linked to different xslt style sheets to fill in the blanks.
This is how my tiny xml file looks...
<distributor>
<company>[OEM]</company>
<logo path=" />
<phone>1-800-000-0000</phone>
<email>email@company.com</email>
</distributor>
I am not exactly sure how to tie this into xslt, point me in the right direction.
Thanks,
Lito
I am a newbie to xml, we have a client who wanted us to make them a brochure website, but they want it to be flexible enough to accomidate different distributior. Basically the whole website is identical for every distributor of our clients product and the only difference would be the Disctributor company name, logo, phone and email.
I can't quite picture how to put this together, but it would be great if the whole site would work of a single xml file that is linked to different xslt style sheets to fill in the blanks.
This is how my tiny xml file looks...
<distributor>
<company>[OEM]</company>
<logo path=" />
<phone>1-800-000-0000</phone>
<email>email@company.com</email>
</distributor>
I am not exactly sure how to tie this into xslt, point me in the right direction.
Thanks,
Lito