How to map XML to graph/visualize the TREE OF LIFE?
Hi allIf this is the wrong place to post please let me know THE GOALTo build a 3D tree of life visualization (see photo below) in Unity for a education project that is real-time intractable like at...
View ArticleHow to map/graph XML to 3d tree?
Edited:The answer is to use Linq. For more info see https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/linq-to-xml
View ArticlePublic member 'Reset' on type 'XmlNodeList' not found.
Hello All,recently we have created new web server and moved our vb.net based web services to the new server(Windows 2012).below is my code, in web service project i have referred Interop.MSXML2...
View ArticleUpgrading to MSXML6.0 from MSXML 3.0 - Msxml2.FreeThreadedDOMDocument.6.0 and...
Hi, We are in the process of upgrading MSXML 3.0 to MSXML 6.0 for one of our applications which has 82 pages.All pages use DOM Documents. However 15 of these pages consisting of FreeThreaded and...
View ArticleXML Signature incorrectly calculated - namespace declaration creates issues
hello, We're facing a bug in our application when we try to sign an XML message. The bug only occurs when we declare the namespaces of the XML Message inside an XML Element. For these messages we...
View ArticleHow to remove xmlns="http://www.ssp-uk.com/mqh/xsd/PanelSchemes" from xml...
<Panel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ssp-uk.com/mqh/xsd/PanelSchemes"> <PanelSchemes>...
View ArticleCompare 2 xml files ignoring elements/attribute order and list out only the...
Hi All,Iam new to this field and i was assigned with a challenging task. I have 2 xml files as shown below and i need to compare the Item Sections in both the xml files ignoring the elements/attribute...
View Articlehow to change a node during runtime?
Hi, i am a XML beginner and would like to change the node <Tabelle1> during runtimeif a variable has a specific value, then it should be <Tabelle1>if a variable has a another specific...
View ArticleMSXML 4.0 SP3 future
I'm using MS XDR XMLs and MSXML 4.0 in my projects since 2002. In the past, there were security issues with MSXML 4.0 reported and fixed by Microsoft, last fixes released with the version MSXML 4.0...
View Articleusing XSLT to compare xml files
Hello experts, i am kinda new to thisstuff, i wanted to know how to compare two xml files using xslt and display another xml file only with the differences in the xml file: xml1: <?xml...
View ArticleHow to Canonicalize Xml Document for Hashing
Hello,Does anyone know how to do this. The algorithm that I need to use is System.Security.Cryptography.Xml.XmlDsigExcC14NTransform and the class reference notes state the following: "You are required...
View ArticleUse XSLT to compare multiple xml and list the differences in another xml file
Hello experts, i wanted to know how to compare two xml files using C# or xslt and display another xml file only with the differences in the xml file:...
View Articlexsd schema for xml
Hi,I have existing xml schema which I need to modify to get the following data.XSD Schema:<?xml version="1.0" encoding="utf-8"?><xsd:schema id="sschema" elementFormDefault="qualified"...
View ArticleC# SignedXml and external data in Reference
Hello,I am trying to use C# and SignedXml to sign (and verify) some external data like this: static string flXML = @"C:\Temp\Example.xml"; static string flSignedXML = @"C:\Temp\SignedExample.xml";...
View ArticleEscape backslash in XML and split as separate xml node using XSLT
Hello, I am looking for an XML conversion to a desired output.Input XML: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><properties> <entry>...
View Articlexml schema with 2 root elements
Hi,I have schema like this:<?xml version="1.0" encoding="utf-8"?><xsd:schema id="MessageSchema" elementFormDefault="qualified" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:element...
View ArticleUse xsd.exe to create XSD from XML without DataSet stuff
When I use the xsd.exe tool to create an XSD from an XML I get an XSD file with namespaces, tags and attributes for creating classes that use the DataSet class and related classes. For example, with...
View ArticleSimple multi replace function in XSLT
I'm new to XSLT, but have a nicely working script that I'd like to refine by replacing numeric values for field 'Type' with related strings in the result. In JavaScript, I'd use a switch function but I...
View ArticleXSLT split string on unicode line feed characters
New to XSLT, and have an XML field with unicode line feed characters (
) which I need to display with HTML line breaks. In my XML there is a "parameters" field includes line feeds as separators...
View Article