Description:
Microsoft eXtensible Markup Language newsgroup.
|
|
|
Accessing attributes via XPath
|
| |
Hi folks, Just cutting my teeth a bit with MSXML, and came across an issue that is confusing me. Given the following XML fragment: <parent> <child> <grandchild attrib1="test" /> </child> </parent> I have an IXMLDOMNodePtr pointing to <child>, and I want to grab the value of attrib1 in <grandchild>.... more »
|
|
Excel 2007 - Developer- XML import/export functions
|
| |
Hello: I exported an xml file from an application called Wall Street Office (microsoft sql-based). I have just installed Microsoft Excel 2007 where I can select Developer tab & import the XML file. I was testing the export functionality & have not made any updates. When I click on export on the Developer tab, it gives me this... more »
|
|
MSXML and schema
|
| |
I'm trying to process an XML file with MSXML. The file starts with: <?xml version="1.0" encoding="UTF-8"?> <schedule xmlns="[link]" xmlns:xsi="[link] 2001/XMLSchema-instance" xsi:schemaLocation="[link] schedule.xsd"> So the XML references an XSD. However, when I try to use the... more »
|
|
XML Editor
|
| |
Can you please recommend a good free XML Editor on the net? There are so many out there. Also, does Microsoft have one? thanks!
|
|
Mathematical accuracy in xpath
|
| |
...Well XPath 1.0 uses double floating point numbers like JavaScript or Java do too and with these there is limited precision, in particular when there is no finite binary representation of a number. With XSLT 1.0 you can use format-number to ensure you get a certain number of decimal positions. Or you need to change to XPath 2.0 (as... more »
|
|
XMLDOM - Load XSL from a String
|
| |
Hi All, I'm using the XMLDOM functions in a javascript to do some transformations. When I load both the XML and XSL sources by providing file path or URL as parameter to the load function, the transformation happens correctly. However, when I read the file contents into a string and pass this... more »
|
|
Schema generation for XML Schema App Info using C#
|
| |
I am trying to create following schema code using C#, i am able to create annotation and appinfo. but having issues while adding AttributeGroup to XMLSchemaAppInfo object. Any help is really appriciated. <xs:annotation> <xs:appinfo> <xs:attributeGroup name="VersionInformation"> <xs:attribute name="SBU" type="xs:string" default="A"/>... more »
|
|
Tools->template and add-ins-->XML Schema tab No found
|
| |
Hello, all: I am using word 2003 standard edition and just cannot find the "XML Schema" tab from tools-->"template and add-ins". I did a full installation from the CD though. Any patch need to apply here? Thanks for your attention. Henry.
|
|
|