Thanks for the reply. I guess I'm still confused about how to actually go
about making this happen. Would I use traditional XML tagging, for example,
<?xml version="1.0" ?>
<report>
<initative>INITATIVE1</initiative>
<s1>text</s1>
<s2>text</s2>
<s3>text</s3>
<s4>text</s4>
</report>
And then write a transform, or some kind of tool that would query each
report for 'initiative' and 's1' and so on, and then display them in turn?
I'm very new to the XML/WordML language.
Hi =?Utf-8?B?V29vZHN5?=,
> I'm very new to the XML/WordML language.
A bit of a challenge, then... :-) I highly recommend you get "Office 2003 XML"
from O'Reilly press, in that case. The information about how to identify
sections is in there. And you may need to do a bit of experimenting / testing
/ learning with XSLT and XPath on simple kinds of XML files before you tackle
this. For questions of this type, the XML and XSL newsgroups will be the best
place to ask :-)
> I guess I'm still confused about how to actually go
> about making this happen. Would I use traditional XML tagging, for example,
>
> And then write a transform, or some kind of tool that would query each
> report for 'initiative' and 's1' and so on, and then display them in turn?
No, since you want to pull out WordML, you shouldn't use your own tags. You
*could* use your own tags, but that means you'd need a schema, and things
start to get even more complicated :-) Since Word basically provides
everything you need to identify the sections, you're better off to work just
with Word's own XML.
But yes, you will need a transform, or code, to extract and combine the
information from the various documents then put it together.
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)