Tagged Questions

0
votes
1answer
109 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 …
0
votes
2answers
35 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 differ …
1
vote
2answers
648 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 …
1
vote
1answer
214 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 'sea …
0
votes
0answers
83 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 …
1
vote
4answers
3k 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 her …
0
votes
1answer
114 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> …
1
vote
2answers
345 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.
0
votes
0answers
23 views

Splitting table cells in wordML programatically

how to Splitting table cells in wordML programatically
2
votes
4answers
239 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 …
1
vote
1answer
172 views

Design Advice for an HTA based Crud App…

Hi, 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+J …
3
votes
2answers
590 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, …