Convert xml file to word 2003
Details required :. Cancel Submit. Yves Dhondt. How satisfied are you with this reply? Thanks for your feedback, it helps us improve the site. In reply to Yves Dhondt's post on May 25, Well, I tried that and there was an unspecified error line 2.
I am sort of laughing right now because I feel like the odds are working against me. Thanks for any help if possible. Cindy Meister MVP. In reply to WillyCrull's post on May 25, Hi Willy This sort of depends on exactly what kind of document this is.
In reply to Cindy Meister's post on May 25, I'm trying to do the same thing, and found a solution that talked about copying all of the XML document and using Paste Special to get it into the Word doc, then selecting an option for HTML.
But my version of Word that's in the new Windows 8 computer I just bought doesn't have that option. Either of the ones it does have under Paste Special just yield an identical XML formatted document of code. I would guess from the content that what you are trying to do is either a. If it's a , Word does not have a "converter" that understands these document types.
If not, your best bet is to. If it's b , Word is just treating the XML as plain text. It won't do any extra formatting for you. In reply to A. User's post on October 20, In my case, I had a Mac that died and got my files recovered from it, but my new machine is a Windows 8 PC.
All the Pages and Numbers files are stored as folders with multiple files in them, just as you describe. I found an online utility, Zamzar, that will convert them. But first I have to re-compress the folders into. I was looking for ways to both author the chapters with the rich editing and formatting capabilities of Word and define a mapping between the Word document and an XML structure.
This would have allowed me work in the familiar Word environment to produce the XML content. As I experimented with the Save as HTML functionality, the only technique available at the time for making Word produce a marked-up document, it quickly became apparent that a Save as XML option was needed.
Thousands of angle brackets later, I swore never to do it again. Having the entire book in XML has been extremely valuable, but the road was too painful. Luckily, Microsoft Office Word is now available. The new XML support in Word is one of its most exciting and powerful features.
Later, when you double-click on an XML document produced by Word, the Windows loader automatically associates the file with Word. WordML is powerful and flexible enough to capture all of the rich editing and formatting of a Word document with full round-tripping. If you create a typical document in Word, save it as WordML, and then later read it back in; the document is guaranteed to look like the original. Notice that it's just an XML document. The introduction of WordML is probably the most significant change in Microsoft Office Word , but it's definitely not the only one.
Developers can mark up content with elements from the attached schemas, making it possible to inject meaningful business-specific markup that simplifies processing down the road. When you save a document in Word, it can validate the document against the attached schema and apply a custom XSLT transformation during the process.
The remainder of this column looks at some of these compelling new features in more detail. The WordML schema was designed to mirror the information found in a traditional. The root element of a WordML document is always w:wordDocument. Figure 2 shows a Word document with typical formatting including named styles such as Heading 1 , inline styles bold and italics , and a simple body.
The o:DocumentProperties element for the document shown in Figure 2 contains the document properties available for all Office documents such as title, author, last author, creation date, last saved date, and so on see Figure 3. The w:fonts and w:styles elements contain the font and style information used in the document. Every font or style used in the document will be represented using an XML element within one of these elements. Figure 4 illustrates the font and style information for the document you saw in Figure 2.
The w:docPr element contains the Word-specific properties for the given document such as view and zoom settings, as illustrated in the following snippet:. And finally, w:body is where the document content goes.
The w:body element contains sections, and sections contain paragraphs and tables. Paragraphs and tables are modeled using the w:p and w:tbl elements, respectively. Paragraphs and tables ultimately consist of text run elements w:r , which can be annotated with additional properties and styles.
Figure 5 illustrates the w:body element for the document shown in Figure 2. As you can see, all of the formatting in the original Word document is represented somehow in the WordML document. This makes it possible to move data between. For example, it would be trivial to open a WordML document and identify all w:p elements marked with the Heading 1 style using the following XPath expression:.
In addition to making it easier to process Word documents, WordML also makes it easier to generate Word documents. For example, it's trivial to write ASP. This ASP. Yes No. Sorry this didn't help. Thanks for your feedback. Hi experts, need your help to convert xml file to word doc. This thread is locked. You can follow the question or vote as helpful, but you cannot reply to this thread. I have the same question 8.
0コメント