XML TYPE INPUT & OUTPUT PARAMS FOR A ORACLE FUNCTION WITH EXECUTENONQUERY()
Hi all,I'm working on .net with oracle 10g client. I have a problem while executing a oracle function which takes xmltype parameter as input and also gives xmltype output param.my XML input(xmltype)...
View ArticleLooping variable in xslt
Hi All,I need to pass the increment variable two xslt template calls and where I am looping fist template 3 times and second template 2 times.Overall the increment variable should reach count to 5.I...
View ArticleXML Schema Explorer in Visual Studio 2008 Team edition sp1 disappeared
Hi,I used to work with XML Schem Explorer and design xsd files and generate XML data and everything was fine until a while ago when I found that its not possible to see the XML schema explorer anymore....
View ArticleOpen XML Schema Imports Question
I am trying to compile (bind) the ms-xlsx schema's defined on MSDN's developer MS-XLSX Appendix A: Full XML Schema (This message board would not allow me to post links)However, the compile fails...
View ArticleExecuteXMLReader vs ExecuteReader
I created a function that successfully reads an XML string from a recordset into a StringBuilder. The problem is that when I convert the string to XML it ends up with invalid characters and I get the...
View ArticleVerify XML data Signature Failed!
My Code: private bool VerifyDataSignature(XmlDocument document) { bool result = true; X509Certificate2 certificate; XmlNodeList nodeList;...
View ArticleAdd Attributes To XML Tag Using XSLT
Hi,I am trying to add two attributes to Parameters tag.<?xml version="1.0" encoding="utf-8"?><Parameters A="True" B="0.05" C="50"...
View Articleselect N elements from XElement using LINQ
Hi,<Root> <Values><Date1>1995-01-01</Date1><Date2>2009-01-01</Date2><Value>111.5</Value> </Values>...
View ArticleXml Comparison in C#
HiI'm trying to compare two Xml files using C# code. I want to ignore Xml syntax differences (i.e. prefix names). Question 1: What is the best way to do it?Meanwhile I'm using Microsoft's XML Diff and...
View ArticleLoad something other than the root node of an XML file using ReadXML
I'm trying to load an XML file into an embedded database (SQLite) using .NET. The best way I've found to do this is to read the data into a DataTable/DataSet and then use a DataAdapter to Update that...
View ArticleXSLT - How can i sort attributes in all tags by name?
I have following xml.<?xml version="1.0" encoding="utf-8"?><Parameters c="1" d="3" a="5" b="3"><Parameters.Test c4="4" d2="2" a1="1" b8="8"><Test g="1"...
View ArticleMultiple schemas - what are the localization rules ?
I've inherited a bunch of XML schemas that are linked together which fail to validate from a referencing XML file due to the URI's not being resolved.I've been using either Visual Slickedit or XML Spy...
View ArticleValidation messages in native language
Hi everybody,I wrote a routine in Delphi, to validate a XML against its XSD, using MSXML 6 tools. The problem is that the validation messages are in english, but I need the messages in portuguese. It...
View ArticleAdding body element and removing some other elements
HiI am using DataSet.WriteToXML() to get the xml file, the output is as follows: <?xml version="1.0" encoding="UTF-8"...
View ArticleUnable to insert in a the content of an attribute from XML using XSLT??
I'm trying to do a simple XSL conversion from an XML file that I receive from a rest call using a script in VB wrote by myself. This is XML that I receive (after clean up):<?xml version="1.0"...
View ArticleEditable xml table cells using xsl
hii had xml files and xsl , i need to format the particular column as editable while displaying the xml as table in a web page, i need the syntax in xsl please help me outthank you - David
View ArticleMXNamespaceManager - which method to use ?
I want to replace this statement construct with an equivalent NamespaceManager invokecation. XMLDoc.SetProperty "SelectionNamespaces", _ "xmlns:ABC='WWW.BLAH.COM'...
View ArticlePopulating a large XML structure - best technique
I am worried about performance since I have a fairly large XML file to create on a frequent basis.Is it best to simply start with a skeleton structure containing dummy data and then just populate all...
View ArticleWebview and html editor
Hi,I am in the process of upgrading a XAML app from Windows 8 to 8.1. I was using successfully the yahoo's wysiwyg html editor. It is not working in 8.1. Can someone recommend some other html editor...
View ArticleHow To Join Multiple XPath Criteria
I have loaded an HTML table into an XmlDocument object. I am calling SelectNodes with the XPath query shown below. It fails with the error message "Expression must evaluate to a node-set." If I call...
View Article