Group:  General ยป microsoft.public.office.xml

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

Threads Replies Last Post
11 Pages: 1  2  3  4  5  6  7  8  9  10  11  
How can i transfer xml data into a word template using schema
hi all I am using word 2003 and i am new to this 2003 I created one word template and put schema tag to word template but i don't know how to transfer actual data from xml file to word template. I also required to know wheather xml Expansion pack. weather this is mandetary for the transformation. Thanking you Ashish ...
4 19.01.2006 14:46:09
About transforming outline to xml problem
Hi , My worksheet uses hierarchical data with subtotals, so I want to use an outline. But when I transform the wooksheet to xml,the excel says:"can't store outline infomation to xml". Does the excel not support transform outline to xml?,How to solve my problem? Thanks for help! ...
2 19.01.2006 14:46:10
Excel XML Creation Issue
Hi, I'm trying to use Excel 2003 to create some XML. I'm almost there, however I'm encountering some weirdness. Specifically, in the XML I use to create my map I've got some tags that looks like this: <?xml version="1.0" encoding="UTF-8"?> <enterprise> <extension> <WEBCREDENTIAL xmlns="http://www.webct.com/IMS">abc123</WEBCREDENTIAL> </extension> ...
3 18.01.2006 16:48:50
List WordML (ilfo and ilvl) getting lost when calling get_xml()
We have the following WordML inside our document (as viewed through Word XML Toolbox): <w:p> <w:pPr> <w:pStyle w:val="Section" /> <w:listPr> <w:ilvl w:val="0" /> <w:ilfo w:val="0" /> </w:listPr> </w:pPr> <w:r> <w:t&...
4 17.01.2006 14:56:39
Problem with dynamic document generation
Hello, I trying to write utility for dynamic document genteration. I want to use Office HTML format support but here comes the problem: If I want to put more than one table with hebrew text inside my document hebrew is not displayed correctly, but if i open same file as HTML, everyfing is displayed as it should be. Maybe I should use some special tags or styles? ...
1 15.01.2006 01:30:14
Large word reports using WordML
Hi All, I need to generate different types of forms and present that to users to fill out. After they fill out I need to have the content in Word. I am coding this in ASP.NET. These are my doubts. 1) Can I present a WordML form as Webpage(aspx, ie Dynamic web pages) 2) Is there any mechanism in the browser so that this WordML display properly and users should be able to input data. 3) Can...
1 14.01.2006 02:25:16
Using Word XML with template variables
I would like to use to use Word XML for creating documents on the server. This would be rather easy, if there were an object model for creating these documents. Unfortunately, there is none so another way has to be chosen. The idea is to create a Word XML document. Inside that document there are template variables, with an easy to catch syntax - such as {{firstname}} or {{lastname}}. Th...
4 13.01.2006 16:29:14
xml schema tag REPEAT in word template office 2003
I am using offce 2003. In this i created a word template and i have an xsd schema file. I need to add the xml schema elements in different parts of my template. I added elements and works fine. Problem.. Eg:- Say in case of a letter template i need to add First Name and Last name in the First portion of my template and i need to REPEAT the same First Name and Last Name in the Last part o...
7 12.01.2006 13:22:18
Component for creating an XML based Word document
Is there some component which can be used for creating an XML based Word document? Something like an "Office Web Component for Word"? Michael G. Schneider -- Michael G. Schneider MTLookup http://www.mtlookup.com Movable Type Weblog http://www.movable-type-weblog.com/ ...
3 11.01.2006 07:04:29
xmlss help needed with ss:MergeDown attribute
Hello, I have a XSL document that I am using to format a XML docuement. It is not very complicated and I will post it at the bottom of this post, along with a snippet of the XML that it is formatting. But I am having trouble with the ss:MergeDown attribute. In the XML there is an element called "room" this has an attribute called "name". I would like for the very first column of the...
1 11.01.2006 06:09:32
Altsoft Xml2PDF 3.0 Beta
Altsoft presents the new version 3.0 of its .NET based Xml2PDF formatting engine. The major new features of the new version include: - Significant refactoring and optimization which make the new version about 3-4 times faster and 2-3 times less memory consuming than the current commercial 2.x release; - The support for raster graphics and GDI output; - The support for MathML as an externa...
1 10.01.2006 11:51:26
Error message while opening schema
hi I am getting an error message stating "The xml expansion pack or schema file could not be installed" when i try to add schema files to a template in office 2003 (in template add-in). my schema file is of correct format and also when i try to open xml file insted of xsd file for adding to template i am getting the same error. i am using office 2003 and windows xp OS. ...
2 09.01.2006 15:48:12
how to find hidden text in WordMl
Hi, I'd like to be able to locate hidden text in a WordProcessingML (WordML) document using XML. Direct formatting is fairly simple to locate but when you add styles into the mix it seems that it could become arbitrarily complex. The formatting of a paragraph is influenced by the paragraph style (and the chain of styles it's based on) plus the character style (and the chain of styles...
1 06.01.2006 13:02:01
Exporting documents to Word like Microsoft Small Business Accounting
Hello all, MS SBA has the ability to export things like Invoices to Word. There are ..DOC files that are Templates for the invoice. These .DOC have associated ..XSD files and if you look at them there are XML tags througout where the data is substituted in. How are they doing the substitution? Anyone have an idea? Thanks! Bob ...
2 06.01.2006 10:49:11
Looking for advice
I have an online form I've spent some time creating. I want the data in this form to be accessible to an access database. As far as I can tell XML will be perfect for this. What I need to know is if saving the online form as an Word XML file is as good as building it from scratch as an XML document. Will all of my data be accessible? I've opened the results in Notepad of the form saved ...
2 06.01.2006 10:49:10
XML Schema / Data
Hi all, I don't know if it's the right NG to post this, but it does involve XML & Word. I got a demo of MS's new Small Business Accounting 2006 and one feature that I liked is its ability to export information to Word, such as customer statements, invoices, etc. I noticed 2 things: 1. There are various folders with word documents. Each document has various fields inside it (such comp...
2 05.01.2006 16:21:11
RTF to WordML without Word automation
Hi, I'd like to create a web service that will convert an RTF document into WordML. A simple solution would be using Word automation (open the RTF, Save as XML). But using Word automation server-side is not recommended. So does anyone know if there's another alternative? Thanks Franck ...
3 04.01.2006 18:20:47
Office files on other local network machines will not open in MSO.
I have been unable to open office files located on other local network machines using MS office 2003 apps on my machine. The only work around is to copy the file to my local machine and then the app will allow editing. When remote data files fail to open the app (word, etc.) usually errors with file not found or incorrect path. Non Office apps work fine with the remote files - open and...
2 03.01.2006 11:07:35
Finding the position of a value in a nodelist
Hi I'm new to the joys of XML. I have an XML file: <?xml version="1.0"?> <Offset> <x>0.2</x> <x>1</x> <x>2</x> <x>3</x> <x>4</x> <x>4.5</x> <x>5</x> <x>7</x> <x>7.1</x> </Offset> Given the value of 4.5, what's the best way to find it's position...
2 01.01.2006 02:53:45
Which Keys to use instead of function key F11.
...
1 30.12.2005 23:34:02
Is 'using wml2xslt' an industry standard
hi, I am new to office programming with XML . I now map a schema to a word doc, save as wml ,create an XSLT using wml2xslt,save as data ,open xml data file and apply transformation. I want to know if there is any other way to work with MS word and XML data My project is a C# win application. Any help is appreciated. thanks in advance ...
2 30.12.2005 10:37:37
Linking another Word Document in WordML
Hi all, I have a question about linking another Word Document into a WordML. When I save a Word Document with OLE linkage, the resulting WordML is like: <w:pict> <w:binData../> ...... <o:OLEObject Type="Link" ProgID="Word.Document.8" ShapeID="_x0000_i1025" DrawAspect="Content" Moniker="C:\test\reference.doc" UpdateMode="Always"> ...... </w:pict> The prob...
2 30.12.2005 10:37:36
Earn money Online - without risk!
Earn money Online - without risk! For all people, who can utilize money. Are you on the search for a lucrative source of income? Would you like to work of at home out of, without yourself you someone makes directions? Would you yourself like to determine, when, how much and like often you salary? Work for yourself ? Then you should take yourself a couple minutes time. You happil...
1 25.12.2005 02:33:29
inserting text into a current node in smartdoc
I would like to know how to insert a text into a current node in the tag in smartdoc regardless the level of the node(childnode, or parentnode should not be matter). My node is like this: <NodeA></NodeA> ----> before inserting text <NodeA>This is the test</NodeA> -----> after inserting text Thanks in advance for your help! Trucmai....
1 23.12.2005 07:53:01
WordML: How to make a nonbreaking space
Hi, I need to knw how to make an nonbreaking space in WordML? how to declare it? can you give me an example? I'm french so if it's not the correct word: nonbreaking space. When you are in word and you press Crtl+shift+space that make one(nonbreaking space)! thanks for your help!!! ++ Thierry...
8 23.12.2005 04:31:44
11 Pages: 1  2  3  4  5  6  7  8  9  10  11  

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net