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  
[Announce] Webinar: Building XML Applications with Stylus Studio 2006
[Announce] This Wednesday, August 23, 2006, Join the Stylus Studio team for a special presentation on how to use Stylus Studio's powerful XML development tools along with new XQuery components from DataDirect Technologies to simplify the development and deployment of your XML applications, including data integration, Web publishing and more! Wed. Aug. 23 - 8:00AM Eastern Standard Time (EST)...
1 19.08.2006 16:10:28
Word data only inserting null namespace
When I save as data only, my child elements (of the root) all have blank/null namespaces xmlns=""...what is the reasoning with this and is there a way to have my namespace used in all elements? <Incident_Report xmlns="http://www.disa.mil/DISA-PAC-PNC-IR"> <Report_Classification xmlns="" /> Couldn't this result in a problem if there are naming conflicts with the child el...
6 17.08.2006 06:36:13
Bug when using protect with custom xml schema?
Hi, I've create a WordprocessingML document containing a custom xml schema. Using the protect function, users are only allowed to edit the texts between the custom tags. So i've pretty much followed the example in Brian Jones' blog: Locking down your XML structures (https://blogs.msdn.com/brian_jones/archive/2005/09/09/463142.aspx). There seems to be a bug in Word though. When a user...
1 16.08.2006 07:23:01
How to transform image data in XML using WORDML xslt
In word 2003, XML mapping of an element having type 'base64Binary' displays following error 'Error parsing '' as base64Binary datatype' here is the simplified schema that can demonstrate the problem **************start************** <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="TestDoc"> <xs:c...
1 15.08.2006 19:05:02
Help on page and printerproperties
Hello, I need some help on programming page and printerproperties in an XSLT-template. For example: I found out I can use the command w:papersrc to describe the papersource for the printertray for the first and the other pages. I do not now how to translate the additional hexadecimal number, is that the number of the tray and/or do I need to know more of the printer I use? Can I a...
1 15.08.2006 12:17:01
WORDML XSLT does not transform xml correctly
XSLT file created using WML2XSLT using a WORDML file does not transform data files correctly. The data from the xml data file is not rendered in the output. Here are the steps... 1. Created a schema and added in to a new word doc 2. Mapped the schema elements in the doc. 3. saved the doc file as WORDML 4. Created XSLT using WML2XSLT 5. Created a xml data file using VS2005 and validate...
4 15.08.2006 06:26:35
Missing WordML schema in Office 2003 SP2
Hi, Our application validates WordML files against the Office 2003 XML schema. Those schemas can be found at http://www.microsoft.com/office/xml/default.mspx. But it appears that Word files saved as XML since Word 2003 SP2 are no longer compliant with the Office2003 XML schemas: At least a new namespace has been introduced (http://schemas.microsoft.com/office/word/2003/wordml/sp2) but I c...
2 10.08.2006 08:17:17
update REF fields in protected form
I am trying to get REF fields that reference dropdown menus to update when a new value is selected. I have tried using the calculate on exit checkbox and some of the update macro code that I found in some online forums. This however is still not working. Any other suggestions? (using word 2003) Thanks, Denise ...
12 09.08.2006 11:32:11
Turn balloon display on/off for Outlook
In my Outlook Meetings "scheduling" tab I was able to see the details of the meetings for some and I don't for some. How/Where can I turn that feature off so that no one else can see details of my meetings? Pls advice ...
2 09.08.2006 11:26:13
Turn balloon display on/off for Outlook
In my Outlook Meetings "scheduling" tab I was able to see the details of the meetings for some and I don't for some. How/Where can I turn that feature off so that no one else can see details of my meetings? Pls advice ...
1 08.08.2006 20:40:26
Validating data at data entry and XSD
Hi, Apologies for the multi-post; I am not sure where this question belongs. I am fairly new to XML. I have an XML Schema that includes restrictions (such as data types, valid values, data length ...) - see snippet below Although Excel will validate the data against the schema at save time, I need real-time validation. I thought it might be possible to achieve this with some vba c...
1 06.08.2006 22:59:32
Word2003 Strips Degree Symbol
I am trying to preserve the degree symbol in my xml document that I save as data only but word strips it out on the save. Any one have any experience with this? Steve ...
5 06.08.2006 16:57:14
Translation of escaped XML strings in Excel
My company have been putting data into the XML format for Excel. We have within our data characters that are reserved XML characters. So we use the escaped format of them. But Excel does not seem to translate the characters from the escape sequence. Is there some setting we are missing to do this? Can Excel even handle this situation? Bart barthome1@comcast.net ...
1 04.08.2006 19:40:36
XML files for Excel
Hello, My company has been playing with putting data into Excel via the XML file format, rather than the binary format. We are getting the data in but are noticing how much bigger the XML files are. Up to five times the size as the binary form. Is this going to be a problem with really large spreadsheets? We tend to max out the number of rows per tab and have many tabs. Has anyone ...
1 04.08.2006 19:35:06
'text not allowed here'
I am trying to add an XML schema to a word form and select values for each element in the schema. However, Word finds the root element to have an error/not match the schema saying 'text not allowed here' . Is this because of the form label text? Is there a way to workaround this so that I can have a root element assigned in the form? Thanks, Denise ...
2 04.08.2006 12:06:59
How can I enforce referential integrity on a InfoPath2k3 Form?
I have two access tables a master and a detail table. The master has a primary key field and the details has a secondary key field (one to many relation). I am using a InfoPath 2003 form for data entry into the details table. The Infopath form won't allow two key fields (one compulsory unique key and the other is the secondary field of the details table) and does not allow the user to su...
1 04.08.2006 11:48:02
Word XML Toolbox in 2003 and 2007
Hi! All, Firstly I thank you all for taking time out to read this post and help me. My problem is as follows: => We are using MS Word 2003 as an XML authoring enviornment using an additional plugin XML toolbox (which is integrated under developer's section in 2007 beta version of MS Word) provided by Microsoft. Looks like it is doing what we require however there are places where e...
1 01.08.2006 05:13:02
Search and replace my custom tags in WordML??
Hi, I need to open a wordml document and search/replace some custom tags. The problem is, that when I open a wordml doc, the tags are messed up. My text look likes this "Dear @customername@, ....", but when I open the wordml doc, it can look like this.... <w:rPr>Dear <w:b/>@</w:rPr><w:t>customername</w:t>@</w:r> or <w:rPr>Dear <w:b/>&...
9 31.07.2006 19:45:20
Save as
I've got a Word document being created on the fly from a JSP page. I use WOrdML to go to the print layout. It works great but when I go to save it defaults to HTML. Can I default it to save as a .Doc using WordML? ...
4 28.07.2006 14:42:03
insertXML method
I have Word 2003 on my XP SP2 notebook that came as part of Microsoft Office Basic 2003. I've also installed the Office 2003 PIA to use the insertXML method to insert XML into a word document I've created using vs2003. When I use this method I get the following error "This method or property is available only in Microsoft Office Professional Edition 2003". Is this truly a requirement to use t...
4 28.07.2006 14:42:02
word 2003 xml embedded object oledata
I want to parse word 2003 XML file for embedded objects. In my word (2003) document, I have added two embedded objects + one word 2003 file + one visio 2003 picture Now when I converted it to XML, I have seen only one base64 encoded OleData chunk. Word archived two embedded objects to one. Now I need to figure out how word combines them together. I would also like to ...
2 27.07.2006 22:38:36
how do i get a format of a pledge card
i am trying to find a template of a pledge card not dealing with money but how many poeple....
1 26.07.2006 16:33:01
base64 image displaying and version incompatibilities?
Hi, I'm new to the word xml format, and i was working quite happily over the weekend on my home machine producing xml files and having word render them. and it worked. now at work, my machine, running a newer version of word 2003, does not interpret the image data, and instead displays it as broken. so with the same xml file, one version of word renders the image, and the other does n...
1 24.07.2006 21:12:21
Outlook
Outlook 2007 seems to take a surprisingly long time to open....
3 23.07.2006 16:51:02
looking for rowset.xsd and schema.xsd
Hello I am trying to work with the Excel XML format. There are refrences I have found to the rowset.xsd and schema.xsd schema files. Where do I get copies of these? Bart bart.torbert@ihsenergy.com ...
2 19.07.2006 18:46:42
11 Pages: 1  2  3  4  5  6  7  8  9  10  11  

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