Greetings
I am investigating a project for a publication that will include:
- A database to store all of the content
- A windows client for editing the data
- Multiple publishing options (website, data export for importing into DTP software, PDA etc)
Most of the above is fine when you treat the data as pure data. However, when it comes to applying styles and formats, things get a bit trickier (if that's a word). I'm fine with applying CSS styles to paragraphs of data, but what about individual words within paragraphs of data. In my eyes, the only way to control this is to store at least some of the formatting within the data fields themselves as some sort of style tag.
The problem here is that, for example, the PDA would not want to see these extra tags. My question is: Would you store one master set of data with tags included and then strip them out for whatever output medium does not need them, or store two sets of data (with and without tags), or does anyone alse have any other ideas and suggestions?????
Cheers
McGintyMcGoo