Generate MS Word Document saved in XML format- Footer image Problem
Hi,Using XML ,we are generating MS Word report.We are using Request MIME type to generate Report.Here we can able to generate report data and header.In Footer part, our Requirement is Current Date, No...
View ArticleXml Validation - .NET vs MSXML6
Is .NET XML validation against xml schema faster then the one in MSXML6.I am currently using MSXML6 validation in C++ project, and i get slower results then in .NET.I'm using reader approach (SAXParser...
View ArticleError with set namespaces in Xaml
I have an app which is generating Xaml for a WPF application. The problem is that when generating the XML each element is given a blank xmlns=" " within each element node which is breaking the Xaml....
View ArticleSignXml verify signature Xpath2 transformation
Hi, I have xml file with dsig digital signature (http://www.w3.org/2000/09/xmldsig#). Tranform algorithm in reference is <Transform Algorithm="http://www.w3.org/2002/06/xmldsig-filter2">. SignXml...
View ArticleText is not hiding in OOXml
With vsto I am trying to hide/unhide a particular paragraph in the document this works fine for word 2007, but it is not hiding for word 2013Please find OOXML part of word-<w:p...
View ArticleTo remove name space xmlns
Hi,After transformation, my xml document looks like this.<WriteEBSReqMsg><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="data"><EnterpriseDocument...
View ArticleUnable to debug xsl in Visual Studio 2015RC Community
Hope someone can help,The options to either debug/start/stop an xsl file are greyed out in the xml editor toolbar - I was following this approach Walkthrough: Debug an XSLT Style Sheet. This works fine...
View ArticleCan't get my xpath working with selectsinglenode
Hi all,I am having huge problems to get a simple xpath working on a xmldocument.Here is the xml file i am trying to get the values from:<?xml version="1.0" encoding="UTF-8"...
View ArticleRemoving an element but keeping its child nodes with XSL.
Hi everyone, How do I go about transforming the XML document below into result.xml? Basically what I'm aiming for is to remove one of the element but keeping the children. So I would like to remove the...
View ArticleLinq To Xml From Xml Column in Database
All, I have a database field with a string xml column.I was trying to query the database for each string value and create a new XDocument / XElement and then query the xml for certain values. I keep...
View ArticleSyntax help MSXML2.XMLHTT object
Hi There,I am trying to use the MSXML2.XMLHTTP.6.0 active x object to implement an integration with docusign but seem to be having troubles.Here is the example provided by docusign.POST...
View ArticleExecuteXmlReader() returns none value
When I try to build an XmlReader object with ExcuteXmlReader function, it returns none object. but when I test the same query directly in SQL Server Management it works correctly.command = new...
View ArticleWhen will MSXML support schema 1.1 and XPath 2.0
When will MSXML support schema 1.1 and XPath 2.0?
View ArticleConvert the string/text as formula using XSLT
Hi All,I am using XSLT to have XML data and Providing it to Excel.I am having excel formula generated in C# code, generated formula is "=IF(COUNTIF(D5:H5,"yes")>=1,C5,0) +...
View ArticleAdding prefixes to XML nodes
i have some classesclass a{ public b _b = new b()...} class b{...} class c{...} class z{...} class q{...} they are building a complex class which contains all this classesclass X{ public a _a = new...
View ArticleXSD Dataset Serialisation Error
Respected Experts,I created a Class of an XSD file byXSD /d /l:cd StockItem.XSD /n:kings.erp which is attached here<?xml version="1.0" standalone="yes"?><xs:schema id="ENVELOPE" xmlns=""...
View ArticleWhats wrong in my xsd schema ? It gives type element is not declared on...
I am trying to validate a xml using schema but the problem is xsd is not valid, i tried ti tested if it valid or not, it gives error XSD schema Error: Type 'eltyp_string035' is not declared. My code to...
View ArticleValidate xml file against multiple XSD files
HiI have top validate an xml file against multiple xsd files. These files have herirarchy. There is one root file that reference another two files. How can i validate them?
View ArticleXML serialize deserialization
Respected Experts,I had been using DatasetMyDs.ReadXmlSchema( @"\Export\Tally.XSD");and populate this data Tables and and the endDataSetMyDs.WriteXml(FD.FileName)it was all ok. but now i have to...
View Article"Generate sample XML" in VS2013 is buggy?
Hello experts, I use VS Community 2013 update 5 for working with complex XSD schemas. It seems that "generate sample XML" contains a bug that will exclude valid elements, in case other elements with...
View Article