|
Default Word opens WordXml files from SharePoint
Hi,
I got sharepoint document library with 2 files:
firstFile.doc
secondFile.xml
the secondFile.xml is a WordXml file.
when i click the file name (which is a link)
firstFile.doc - open word application with the document from the site in it
secondFile.xml - open IE with word component in it.
how can i get the secondFile.xml to behave like firstFile.doc?
Thank you....
|
1 |
18.07.2006 15:29:02 |
|
Generate XSD Schema through Excel
Greetings,
I have an XML document that I wish to import through Excel.
Every time I try to import it, Excel complains that there is no schema
defined (which is correct).
Is it possible to get Excel to generate an XSD schema automatically
that I can then attach to the XML document so that every time I import
the XML document, Excel picks up the schema and auto-generates column
headings...
|
2 |
08.07.2006 16:40:01 |
|
BUG: Word disables XML support for some documents with custom schema
Hi,
I've attached my custom schema to a document, added some tags, and
saved the document. The next time I open the file, I receive the
following message:
"Word has disabled XML support for this document because it detected
that your computer has become unstable. To correct this problem, it is
recommended that you close all applications and restart your computer".
After I click OK on ...
|
8 |
06.07.2006 15:07:14 |
|
Generating WordML Documents: Problem with new WordML Tags
Hello,
i have written a perl script, which generates a WordML document
consisting of one or more documents also written in WordML (WordML text
modules). I use an XML scheme of my own to insert needed informations
into this document. All i change of the content of the WordML document
is, that i take care that the w:style Tags in the document header are
unique. This worked well, using word 2...
|
3 |
05.07.2006 12:34:22 |
|
Word: Convert a Range into WordML
Hi,
I'm trying to extract a piece of Word text (a Selection or Range
object) as a WordML string. I know I can do this via XMLNode.XML
property, but what if I don't have any custom XML nodes around, neither
child (Range.XMLNodes) nor parent (Range.XMLParentNode) ? Also, if
there is mixed content, then the selected custom XML nodes alone do not
produce the WordML for the untagged text in bet...
|
2 |
04.07.2006 11:12:48 |
|
Default Word opens WordML files
Hi;
I had this set on my last computer - but no idea how. How can I set
WordML files to have a default application of Word? Right now it's IE
which does bring up Word inside it - but that is not as useful as it
just being Word.
I can set it to have Word open all XML files or Excel open all XML
files or IE to do it. But I want Word to open WordML files, Excel
SpreadsheetML files, and IE ...
|
4 |
04.07.2006 09:10:05 |
|
Convert WordML to OLE programmatically?
I've developed a .Net 1.1 application that takes a WordML document,
parses and changes the content, and saves the document as XML/WordML
again. Does anyone know how I could make the application save the
result as a regular Word doc using OLE? Large WordML documents become
very large, and I'd like to produce documents that are compatible with
any version of Word.
I've looked into the Inte...
|
2 |
03.07.2006 10:35:04 |
|
InsertXML behavior different in Office 2007
Hi,
I'm currently developing a COM add-in for word that inserts some WordML
into a document using range.InsertXML(). My code works fine when it's
run from Word 2003, but it doesn't work in Word 2007. Here is the
WordML I'm tyring to add.
<w:wordDocument
xmlns:w={0}http://schemas.microsoft.com/office/word/2003/wordml{0}
xmlns:wx={0}http://schemas.microsoft.com/office/word/2003/auxHi...
|
2 |
03.07.2006 10:35:01 |
|
Can I Specify the XMLNode.PlaceholderText Property from within XSD Scheme?
Hi,
I wonder if there is a way to set the placeholder (default) text for an
empty xml node in Word document, in a way other than setting
XMLNode.PlaceholderText property via VBA or via Word's UI?
I want to specify the default node text in my XSD scheme, is it
possible? I tried to insert the default text inside the
<xsd:element>mytext</xsd:element> node in the schema, but it a...
|
4 |
02.07.2006 16:28:02 |
|
missing library MSVCR80.dll
while installing my new U3 DataTraveler usb stick from Kingston I got the
following error after the U3 launchpad started: Executable 'D:\DOCUMENTS AND
SETTINGS\COEN\APPLICATION
DATA\U3\0B905660807058E1\F341CFFF-7836-4016-A7D6-E203E64100C7\EXEC\U3_DEMO.EXE
had the following unrecoverable error: Couldn't find library MSVCR80.dll
(required by D:\program files\common files\microsoft
shared...
|
1 |
01.07.2006 13:10:02 |
|
download Golden Launcher
download Golden Launcher...
|
2 |
01.07.2006 01:15:02 |
|
Office 2003 XML // Embedding Excel xml (Excel ML) document inside Word XML (WordML) document // Howto create EMZ object (base64 encoded, compressed OLE DocFile
Hi There,
We have a nice problem and we are sure someone can help us solve this.
We have a Word document. Inside this document we have inserted Excel
sheets as Objects. Some of the sheets are in native XLS format of office
2003 and others are in ExcelML2003 format (by giving these files the
extension xml.xls Word is tricked into treating the file as Excel sheet
during insertion of t...
|
2 |
25.06.2006 09:51:02 |
|
Re: Can I Specify the XMLNode.PlaceholderText Property from within XSD Scheme?
No, this isn't possible. A schema takes no actions, it's merely a
"checksheet" that an XML file is compared against to determine whether
the XML file is built correctly (whether it's valid). But it doesn't act
as a template or blueprint - the schema is not consulted when building
an XML document.
You may get this impression when inserting XML elements using the
taskpane in Word, but this i...
|
1 |
24.06.2006 10:46:01 |
|
Re: Office 2003 XML // Embedding Excel xml (Excel ML) document inside Word XML (WordML) document // Howto create EMZ object (base64 encoded, compressed OLE DocFile
Hi Deo
My advice would be to target using Office 2007 open XML file formats for
this project. As you've noticed, the documentation for certain parts of
the Word 2003 XML file format is non-existant. The 2007 formats (for
both Excel and Word) were designed exactly for what you want to
accomplish.
Here's a blog that covers a lot of this
http://blogs.msdn.com/brian_jones/
-- ...
|
1 |
24.06.2006 10:45:04 |
|
User Experiences in Documents with Custom XML Schema (Word)
I'm developing a Word solution based on a custom XML schema. My users
are not very computer-savvy and I'd like to isolate them from knowing
the underlying XML schema and the tags.
So I wonder whether they'll manage to edit such documents without
breaking the schema-defined XML structure, if they don't even see /
know about the permeating XML tags.
I am aware of the Word's option to prote...
|
4 |
22.06.2006 22:54:57 |
|
The meaning of Word's XML tags appearance
Does anybody have an idea why some of my tags look like filled pink
shapes while the others look like framed shapes with no fill, but with
an arrow pointing outside the tag?
I've had a few suggestions - parent scheme, validity, presence of child
nodes, but none of them proved. It looks like absolutely equal tags may
have different appearance :-o
I'm interesed because it may affect some o...
|
4 |
20.06.2006 15:23:16 |
|
Make Excel allow numeric fields as text
I am generating XML spreadsheets to be opened with Excel. In one cell there
is an employee ID number that is often, but not always, wholly numeric. I
am coding it as
<Cell><Data ss:Type="String">01234567</Data></Cell>
and Excel complains that a number is represented as text.
I know the Excel user can turn off this error check, but is there a way I
can handl...
|
1 |
16.06.2006 03:03:06 |
|
How do I place the "Show Desktop" Icon in a toolbar?
I know how to drag and drop items into the toolbar but where do I find the
"Show Desktop" Icon. It was in my toolbar once but I got a new PC and it's
not there now....
|
2 |
14.06.2006 20:02:49 |
|
word 2003 hangs on saving doc with xml
Hi,
I have a wordprocessingml document which has some xml tags in it (created by
saving as xml and then opening in XML spy. when I open the document up in
word, make a trivial change and try to save it, word hangs indefinitely. if
I try to save as .doc, that works fine but then if I open the .doc and try
to save as xml it hangs again
not quite sure what it is about my xml which is ca...
|
1 |
09.06.2006 12:39:15 |
|
Table Border problem with WordML
My program creates a Word document with tables. I define my table borders
for left, top, right, and bottom. However, when I look real close, I always
notice a very small gap on the bottom border where a column line would be (if
I told it to print those). This shows up on screen as well as hard copy.
Below is WordML for a sample table. (Note, I have a blank row to begin with
which ma...
|
1 |
08.06.2006 14:30:02 |
|
Can I Rely on 'Is' Operator for Comparing XMLNode Objects?
Hi,
In my VBA code, I create a Dictionary object where keys are XMLNode
objects of the document and values are objects of my other class.
First, I fill this dictionary with all XML nodes present in the
document, and then I want to identify my corresponding objects by the
currently selected XML node.
However I've found that when I access the XML node via a Range object,
say Selection.XML...
|
1 |
08.06.2006 05:20:10 |
|
Office 2007 OpenXML Architecture Question
hello. i am considering developing a .NET WinFX solution using the new
Office 2007 OpenXML format. the idea is that my application will contain a
number of Word templates.. the user will then be able to select a data
object and inject data into these templates, creating a dynamic document,
which they can then save.
in Office 2007, i presume that the architecture behind this would be to ...
|
3 |
07.06.2006 16:30:22 |
|
Making an inline text box that resizes to fit its contents
I want to make a paragraph of text boxes, each of which behaves like a
character (the whole sequence of them should wrap, for example--wrapping
style 'In line with text' does this much). Each contains some table
information of unpredictable size, so I want them to adjust their sizes to
fit their contents.
By making something similar using the UI, it appears each text box is a
v:textbo...
|
1 |
01.06.2006 18:37:01 |
|
[Question] Content Manipulation for Office 12 and ZIP container
Hi all,
I have read the post "New default XML formats in the next version of
Office" and "Office12FileFormatDevPreviewWP.doc" document.
Question: They both claim that content manipulation can be made on the
extracted XML data, if so how does the extracted data gets back to ZIP
container ?
>From "Office12FileFormatDevPreviewWP.doc" ---> "One scenario might
involve the need to edi...
|
3 |
29.05.2006 10:45:41 |
|
Office 2007 custom ribbon extensions and adaptive controls layout
I wrote my first ribbon extension and have a question. I've noticed that,
when you change the main window width, built-in Office ribbon groups and
buttons change their size in a smart way. But when I add my custom buttons to
a ribbon, their width remains constant and the custom ribbon group never gets
collapsed. So the question is how I can get the same behavior for my custom
controls a...
|
2 |
26.05.2006 07:45:01 |