Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
663 views

WordML templating with XML Schema and OpenXML SDK

I'm trying to use a docx read in via the OpenXML SDK as template in a .Net web app for form letters (essentially). I have a docx with the formatting I want, marked up with XML Schema tags defined from ...
4
votes
2answers
2k views

Convert XHTML to Word ML

What is the best way to convert word HTML to word XML? I cannot buy a tool so need something preferably XSLT which is free and works suitably with basic formatting like paragraphs, lists, bold and ...
3
votes
3answers
2k views

Creating a Word document in Coldfusion - how to have pagenumbering?

I am creating a Word format .doc using the following code, then cfheader and cfcontent to serve. All is good but I need to be able to place dynamic information in the header (or footer), or automatic ...
2
votes
5answers
129 views

insert a word document into sql server database?

I feel quite overwhelmed with the variety on technologies I would need to use for the above task. I've searched the stack overflow stocks but couldn't pinpoint a solid check list of steps to do this. ...
2
votes
2answers
169 views

Custom placeholders/tags for dynamic content in a Word template

I have a web application (ASP.NET C#) where I would like the users to be able to upload word templates (essentially word document with predefined set of tags serving as placeholders). Part of the ...
2
votes
2answers
721 views

XPS to Doc(x) Conversion via .Net?

Good morning, does anyone know of a (native) .net way to convert xps documents to docx or finally to a normal (non wordml) .doc? As in not using office automation and rather some native (3rd party) ...
2
votes
4answers
301 views

What are the effects of an “XML Roundtrip” on Word 2003 documents?

Saving a Word 2003 document to XML and then back results in a reduced file size, and probably more that I don't know about. A diff on the WordML of the new document against the old shows differences ...
1
vote
2answers
119 views

Formatting language with floating div like element

I have data stored in structured XML that I want to make it more readable using XSLT (or another alternative). The target document should have lots of instances of text aligned both to the left and to ...
1
vote
1answer
386 views

Add image using WordML

I am trying to add an image into a document using WordML. I have used the xml as a basis from the jpg example from here http://www.codeproject.com/KB/office/WordML.aspx. I have managed to write Java ...
1
vote
1answer
67 views

make wordml readonly

how i caon make a wordml read-only from . any ideas??
1
vote
2answers
151 views

Java lib for WordML to Word2002 conversion

For a project I am working on, I need to convert WordML stream into Word 2002 compatible .doc format (don't ask why - but quite a large group of users are still on Word 2002 with upgrade to latest ...
1
vote
1answer
453 views

How to omit xml declaration in WordML document.xml when working with bytes and MemoryStream?

I have 2 snippets of code which work differently using (WordprocessingDocument wordDocument = WordprocessingDocument.Create(@"D:\Tests\WordML\ML_Example.docx", ...
1
vote
1answer
473 views

Error while trying to insert image in to wordML

Help needed. I am getting this error {"The xml has invalid content and cannot be constructed as an element.\r\nParameter name: outerXml"} while passing constructed xml in to ...
1
vote
1answer
530 views

Design Advice for an HTA based Crud App

I am developing a framework for various in-house CRUD apps. I've considered several MS technologies (WPF, Access, WinForms, ASP.NET) and have settled on ASP.NET MVC with HTA+Jquery for the client. My ...
1
vote
1answer
662 views

Get original image dimensions when embedding image in WordprocessingML

I am dynamically creating Word documents using the Velocity template engine. The documents are created in XML (using the Microsoft Office 2003 WordprocessML XML standard). I am embedding an image ...
1
vote
2answers
1k views

Generating WordML Reports Using Templates and XPath using ASP.Net

I need to know how we can Generate WordML Reports Using Templates and XPath using ASP.Net. What are its advantages. A Simple How To Tutorial is what I require.
1
vote
1answer
513 views

Inserting a Comment in Docx file *around* a text inside a run

How do you search for a specific text inside a text run (in Docx using the OpenXML SDK 2.0) and once you find it how do you insert a comment surrounding the 'search text'. The 'search text' can be a ...
1
vote
2answers
2k views

How can I convert convert docx or wordml xml files to xsl-fo?

I've been looking for a method to convert docx or wordml xml to xsl-fo. I read this post: http://stackoverflow.com/questions/156683/what-is-the-best-xslt-engine-for-perl but I'm having exceptional ...
1
vote
4answers
6k views

XML to WordML using XSLT 1.0 - replace html tags within xml content with wordML formatting tags

I am creating a WordML document from an xml file whose elements sometimes contain html-formatted text. <w:p> <w:r> <w:t> html formatted content is in here taken from xml ...
0
votes
2answers
32 views

WordML Updating Attributes Inline

I'm trying to change the value of an attribute of the word ml schema with an XML value. ... <wp:docPr id="3" name="Picture 3" descr="http://pathtoimage.png"/> ... I'd like to change the descr ...
0
votes
1answer
8 views

What are the units for the crop attributes in the imagedata element of WordML?

I am trying to extract images from a document saved as WordML. Some of the images are cropped from a single resource using attributes on the imagedata element eg: <v:imagedata r:id="rId8" ...
0
votes
0answers
27 views

Replacing fields in WordML

There is a system that I support that generates Word documents based on a template. The original approach that I used was saving the document template as a Word 2003 XML file, and inserting special ...
0
votes
0answers
49 views

Dynamically adding images to a Word XML / Open XML / Word ML document

I'm trying to dynamically create XML documents from a VBScript ASP page. No matter what I do, I can't seem to get the images to embed. Even copying and pasting the code from a Word created one ...
0
votes
0answers
44 views

Can't apply formatting to text with WordML

I'm having trouble applying any formatting to text whatsoever using wordml in an XSLT file. I'm new to this, so I might have made a silly mistake here. Anyway, the text appears no problem when I apply ...
0
votes
0answers
124 views

Openxml Add another different footer to an existing docx

I am trying to add a different footer after each altchunk is added. But my code changes all footers and on last page there are two footers. I am adding a section break prior to adding the new footer ...
0
votes
0answers
73 views

embeding .svg file in WordML generated by xsl

I am stuck with the following task: I am generating a WordML data via xsl. And it works perfectly. But the problem occurs when I want to insert a .svg file's filepath in it - it simply doesn't show ...
0
votes
0answers
163 views

Inserting Image in Wordml generated from a xsl

I need some tips and examples for the following task: I have a image data somewhere on my disk ... this data can be of type .svg/.bmp/.gif/.png ... lets say for the moment that all of them are of ...
0
votes
0answers
106 views

Use Vbscript to open wordml

I have a wordML file that I wish to open in a word document using vbscript. I have seen online to try putting the following code at the top of my asp page: <% Response.ContentType = ...
0
votes
0answers
228 views

XSL Transformation into Word 2003 XML format handling logic to load XML data

I have a project to embed xml data from XML document into an XSL (template), which is actually in word document 2007 format. Solution I was using before : Created a Word document template and saved ...
0
votes
0answers
159 views

wordML docx file corrupted if [Content_Types].xml if Unix line endings (at any point)

I'm creating a WordML file on a Unix server. I've found that when I try to open the final document, I am told it is corrupted. I have an identical example document that opens perfectly. The only ...
0
votes
0answers
233 views

WordML TOC genearation (Java XSLT)

I have Java program that generates WordML document using XSLT. All steps are: 1. Creation of XML Schema with my namespace 2. Creation of MSWord seed template using above schema 3. Automatic generation ...
0
votes
1answer
54 views

What's the most appropriate equivalent of the Section element in Open-XML?

I'm trying to convert a document formatted in xaml to a WordProcessingML document, I'm wondering what is the most appropriate WordProcessingML element to replace a Section element (in XAML) with it ? ...
0
votes
1answer
54 views

Copy WordML to Clipboard from Selection

Is it possible select an area of text in a word 2003/2007 document and then copy the WordML of the selected area to the clipboard? I want to copy the XML format of the text.
0
votes
1answer
434 views

XML to WordML basics

I'm new to the world of XML. I'm not sure which way to build the XML so I provided 2 examples below. My question is: Given the XML, how do I transform either Example#1 / #2 to the WordML Result? What ...
0
votes
2answers
201 views

styling based on element attribute?

I'm transforming xml into wordml using xslt. I would like to be able to format content of table cell differently if attribute of element that carries content of that cell is different. For example, I ...
0
votes
1answer
1k views

How to create bullet lists in WordML?

I have the following WordML snippet which works well for numbered lists : <w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"> <w:lists> <w:listDef ...
0
votes
1answer
272 views

Is there any way to get a WordprocessingML Clipboard content in java?

I've got a customer who managed it to paste WordprocessingML content into our application. As far as I know it was a direct copy&paste from Word 2000 to our Java application. I tried every Word ...