C
casy
Hi all,
Background-
We are tying to put together a doc management system (MOSS platform)
where the company official manuals are controlled by a change
procedure, currently all changes are effected by the user opening the
whole doc.
We propose to store each section in a SQL db row and then the user
only has access to that section when they edit. From Brian Jones blog
we can insert one doc into a another doc, so far so good. Storing in a
DB also gives us enhanced indexing features.
We would also like to display the sections in HTML (MHT?) for easy
read only reference, but looking at the XML in the word package it
looks quite difficult to extract the content + formatting of say a
pragraph into an XML snippet and then re-render it HTML.
Question !
Would storing the sections/paragraphs as mini word documents complete,
+ the MHT version in a table row be a good approach ??
Any input much appreciated,
Casey
Background-
We are tying to put together a doc management system (MOSS platform)
where the company official manuals are controlled by a change
procedure, currently all changes are effected by the user opening the
whole doc.
We propose to store each section in a SQL db row and then the user
only has access to that section when they edit. From Brian Jones blog
we can insert one doc into a another doc, so far so good. Storing in a
DB also gives us enhanced indexing features.
We would also like to display the sections in HTML (MHT?) for easy
read only reference, but looking at the XML in the word package it
looks quite difficult to extract the content + formatting of say a
pragraph into an XML snippet and then re-render it HTML.
Question !
Would storing the sections/paragraphs as mini word documents complete,
+ the MHT version in a table row be a good approach ??
Any input much appreciated,
Casey