Reorder XML Nodes based on schema content
I have a schema that I cannot control that specifies the xsd:sequence node. Example: <xsd:schema> <xsd:element name="Something" type="Something_Type" /> <xsd:complexType...
View ArticleIs MSMXL6.dll compatible with win 10?
Hi,We are migrating form win 7 to win 10. Can you please confirm if MSXML6.dll is compatible with Win 10. Best RegardsAlagu
View ArticleServerXMLHTTP HTTPS / SSL Problem
I am having a great deal of difficulty trying to get an *.asp page to execute("post") back to an HTTP / SSL page. I have seen this error repeated all over the Internet. I have a valid certificate and...
View Articleselect ... for xml, server side query from web page on vb
Hi,I have a select like this:select quarto "propr1",(select primo "prop2",secondo "prop3", terzo "prop4" from mytable for xml path('Spesa'), type) "prop5" for xml PATH('precom'), ELEMENTS...
View Articlexml:lang on for XML doc comments?
Is there a (non-hacky) way to get XML documentation to generate with a root level xml:lang="en-US" attribute?I would like my XML docs to have <doc xml:lang="en-US"> in them automatically instead...
View ArticleUpdating XML Data into SQL database
I would like to know is there a way i can update XML data into my SQL database automatically. For example if i was to make changes in the database can it be done auto instead of manually.
View ArticleUsing XSL to access and modify elements from a predefined array of element names
Pretty new to XML/XSL. I need to process an XML file, using XSL through Access VBA. In the .xsl I have defined the elements I want to target. Everything works ok to the point where I want to...
View ArticleRequire one of two values to allow a specific state
Hi, Working on TFS PBI workflow. I need to allow the user to select a state only when another field has one of two values. Here's the scenario: Our state field has a Pre-Production value. When the...
View Articleformat a simple table with XLST
I'd like to format a simple table so that it is 9pt Arial throughout the entire table. The following works, except the rows are not 9pt. New to XSLT.Here is my XSLT:<?xml version="1.0"...
View ArticleCompute Price changes of Product code and summary of volume using XSLT
There are multiple factories in inventory. We need to compute & transform data by factory, Product and Price Change.Let say Product Code ‘5’ have the price change from 1.00 to 1.10.so we need sum...
View ArticleGet self closing tag through xpath in xml file in c#
Can you please tell me how to get this my code: var varSearchTerm2 = from x in xDocFile.XPath2SelectElements("//xref[not(node())][not(@*)]") select x;`Input...
View Articleremove only text except tag in xml file using regular expression in c#
can you please reply me
View ArticleUsing Javascript in XSLT
Hi,I am having trouble running an XSL transformation with embedded javascript. It works fine under the Visual Studio XSLT debugger but when run in my application, it fails with E_FAIL. There may be...
View ArticleHow to structure and access and xml file?
Basic XML stuff... but new to me.I am developing a simple scheduler which has an ON and OFF event for each of the 7 days of the week and 6 "zones". The configuration is stored in an XML file called...
View ArticleXML Deserialize Error
Hi, I have a WinForm application that passes datasets back and forth through a WCF service. I have hundreds of clients using this application without any issues however, there is one that keeps...
View ArticleC#4.0: To delete all nodes of an XML file
HelloI have an XML file:<?xml version="1.0" encoding="UTF-8" ?> - <dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
View ArticleHow to convert xml file into .ini file.
Hi Can anyone please help me in finding a way to convert xml file to .ini file .For eg: My file is given below. <?xml version="1.0" encoding="utf-8"?>-<configuration>-<section...
View ArticleConvert xml into .INI file
Hi,How can'I convert an XML file into .ini file?Can one help me please.
View ArticleLINQ XML: How to add a blank line to output xml?
Using the System.Xml.Linq namespace, how can I add a blank-line when writing out xml?(for example: System.Xml.Linq.XmlComment() will write out a comment line...but I want to write a blank line)Thanks!
View Article