Knowledge Base & XML
IT & Infrastructure
1
Posts
1
Posters
0
Views
1
Watching
-
I have been thinking about coding a knowledge base engine for use at work. I am going to store all the data in a SQL database. I am tossing the idea around about storing the articles as XML documents in SQL. When each article is loaded the XML is loaded and rendered as per the viewing engine's instructions. This allows me to globally change how the articles look without having to change each articles. Anyone have an opinion on this? Any better ways to approach it?