No announcements
Found 2737181 threads
-
1 Votes
Is there any method only return the node which have no child node?
The first example will return all elements from anywhere within the XML, so includes the nested ItemNo with value 784512112.Answered | 3 Replies | 5613 Views | Created by Anonymous9153 - Friday, December 30, 2011 8:47 AM | Last reply by wBob - Saturday, December 31, 2011 1:03 PM -
0 Votes
Having an issue with the 'node' method of an xml object
Would it be possible to share some xml documents for us?Answered | 8 Replies | 1213 Views | Created by dolot2733 - Monday, November 27, 2017 4:41 PM | Last reply by dolot2733 - Tuesday, November 28, 2017 3:37 PM -
0 Votes
XML Nodes Method
Is this a sample of actual XML data?Answered | 3 Replies | 4283 Views | Created by Neo_Deep - Wednesday, September 28, 2011 12:13 PM | Last reply by Dan Guzman - Thursday, September 29, 2011 2:49 AM -
0 Votes
How to copy a node ( from alot of nodes ) from an xml ?
With .NET 3.5 or 4.0 look into LINQ to XML.Answered | 2 Replies | 5268 Views | Created by silverway - Sunday, August 1, 2010 9:08 AM | Last reply by silverway - Sunday, August 8, 2010 9:00 AM -
1 Votes
mapping node type Any
It was like below: Source Schema has Data as <any> elemtDesitnation schema has data as <any> elementI Simply dragged a ...Answered | 19 Replies | 8301 Views | Created by Kakko72 - Thursday, April 12, 2012 2:56 AM | Last reply by Rohit.Sharma - Monday, April 16, 2012 5:30 PM -
0 Votes
How to detect missing XML nodes?
Otherwise, you could do a schema validation (http://www.w3.org/TR/xmlschema-0/#POSchema) or something more light-weight as described in this stackoverflow thread.Answered | 2 Replies | 4483 Views | Created by JJChen - Monday, July 1, 2013 3:39 PM | Last reply by Wyck - Monday, July 1, 2013 5:06 PM -
4 Votes
Find Specific XML Node value
Check out My Blog.Answered | 9 Replies | 5030 Views | Created by Contissi - Monday, May 7, 2012 9:18 PM | Last reply by Matthew LEAN . D - Tuesday, May 8, 2012 1:55 PM -
0 Votes
Updating XML node values
Hi, Yes you can update innerText of all nodes inside the TRADINGPARTNERTYPES/TRADINGPARTNERTYPE/. by doing this...Answered | 4 Replies | 5744 Views | Created by anirudhrawal - Thursday, November 13, 2008 12:50 PM | Last reply by Asif Javaid Chughtai - Friday, November 14, 2008 6:20 AM -
0 Votes
updating an XML Node
The DataTable/DataSet have ReadXml/WriteXml methods as well.Answered | 1 Replies | 3571 Views | Created by Enow Mbi - Tuesday, May 5, 2009 12:14 PM | Last reply by JohnGrove - Wednesday, May 6, 2009 12:28 AM -
0 Votes
Looping through an XML node
It is all about using XPath and SelectSingleNode (if you know you only want one particular node) or SelectNodes (if you want to process multiple nodes) so maybe XmlDocument ...Answered | 4 Replies | 3456 Views | Created by ski_freak - Thursday, July 16, 2009 3:21 PM | Last reply by ski_freak - Thursday, July 16, 2009 4:52 PM -
0 Votes
XML - Create node
The error tells you that you are trying to add 2 nodes at the top level.Answered | 2 Replies | 1093 Views | Created by Braydon D - Monday, March 24, 2014 7:30 PM | Last reply by Lucian Baciu - Monday, March 24, 2014 9:01 PM -
2 Votes
Delete xml node c#
Hi pra33390, The XMLReader.Create(....) is a static method.Answered | 14 Replies | 24416 Views | Created by pra33390 - Saturday, March 5, 2011 6:13 AM | Last reply by pra33390 - Wednesday, March 16, 2011 7:01 AM -
0 Votes
XML Nodes development, any short of this method
User-654786183 posted I have updated the fiddle Because the Xml is having namespace at the root level, you have to add the same namespace for all the ...Answered | 3 Replies | 39 Views | Created by Anonymous - Friday, October 21, 2016 1:34 PM | Last reply by Anonymous - Friday, October 21, 2016 2:31 PM -
0 Votes
Is there any Declarative Application Development Method in windows azure?
Hi, I wanted to know about the declarative development methods in Windows azure as in the force.com(Salesforce[SFDC]) application development ...Answered | 1 Replies | 5310 Views | Created by Satheeskumar Iyasamy - Monday, June 27, 2011 10:18 AM | Last reply by emtopping - Monday, June 27, 2011 10:36 AM -
1 Votes
Inserting an element into existing XML node.
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="@* | node()"> ...Answered | 3 Replies | 3043 Views | Created by AlexGomez - Monday, November 30, 2009 4:39 PM | Last reply by Martin Honnen - Monday, November 30, 2009 6:46 PM -
0 Votes
Get XML node as 'text' data type
Use the .query method instead of the .value method to return XML.Answered | 5 Replies | 18915 Views | Created by Jim Conigliaro - Thursday, May 25, 2006 9:48 PM | Last reply by wBob - Tuesday, January 4, 2011 12:15 PM -
2 Votes
XML parse with n nodes
It is not clear to me if the node's names in the XML are always in the format of customfield<XXXX> were <XXX> is a number, Or if the node's names are ...Answered | 5 Replies | 764 Views | Created by Vick72 - Wednesday, June 10, 2015 4:22 PM | Last reply by pituach - Thursday, June 11, 2015 3:08 PM -
0 Votes
Remove XML Node
you aslo can use XMLDocument class to remove a node. you can try below codes: XmlDocument xmlDoc=new XmlDocument(); xmlDoc.Load("yourxml"); XmlNodeList ...Answered | 3 Replies | 1462 Views | Created by Ben Ringrose - Sunday, June 30, 2013 9:48 AM | Last reply by Learning hard - Sunday, June 30, 2013 1:44 PM -
0 Votes
Bind XML with attribute in node
I have a problem with binding XML to Chart Control.Answered | 1 Replies | 4188 Views | Created by GKotfis - Saturday, April 25, 2009 8:20 PM | Last reply by Alex Gorev - Sunday, May 3, 2009 7:01 PM -
0 Votes
Changing Xml Node Name after Serialization
xml version='1.0'?Answered | 8 Replies | 800 Views | Created by Karthik6244 - Thursday, October 29, 2015 10:12 AM | Last reply by Yitzhak Khabinsky - Friday, October 30, 2015 1:31 PM - Items 1 to 20 of 2737181 Next ›
No announcements