XML File Structure Advice

admin

Administrator
Staff member
Just wondering how to construct my XML file to make it easy to go through it using XSLT.

- Should I use attributes rather than tags to describe my data? How does both of these affect transformations?
- Should I create a file for each language of data? If not, how could this be structured in the same file? (ie. <engData></engData> <freData></freData> )?
 
Back
Top