No announcements
Found 3559434 threads
-
0 Votes
Suggested approach - pass xml without namespace declaration?
An XML namespace is part of the unique identity of an xml document, its fingerprint if you like.Answered | 3 Replies | 1614 Views | Created by shiftbit - Friday, October 11, 2013 2:18 PM | Last reply by wBob - Saturday, October 12, 2013 1:08 PM -
2 Votes
Xml Namespace and xpath extraction problem
Well with XPath 1.0 a path like //saleprice selects all elements named "saleprice" in no namespace.Answered | 4 Replies | 3558 Views | Created by smetah - Thursday, March 15, 2012 2:41 PM | Last reply by smetah - Thursday, March 15, 2012 6:21 PM -
1 Votes
XML parsing and xml namespaces
http://stackoverflow.com/questions/847978/c-sharp-how-can-i-get-all-elements-name-from-a-xml-fileAnswered | 7 Replies | 7719 Views | Created by Vincent Rich - Monday, September 17, 2012 11:22 AM | Last reply by ziman01 - Friday, September 21, 2012 5:46 AM -
0 Votes
How to get values from xml with a lot of namespaces
It have input xml parameter.Answered | 2 Replies | 3723 Views | Created by Michael L. Shapiro - Thursday, May 30, 2013 3:27 PM | Last reply by Michael L. Shapiro - Friday, May 31, 2013 8:16 AM -
0 Votes
Ignore Namespace declarations during Deserialization
Namespace declarations aren't exactly optional.Answered | 7 Replies | 19424 Views | Created by Cicero564 - Thursday, March 26, 2009 7:36 PM | Last reply by Abdeali - Friday, April 17, 2009 6:18 PM -
3 Votes
Default namespace declaration in the XmlSerializer constructor
Here is my code after getting an idea from the 2nd link that you provided above; and it works great.Answered | 13 Replies | 4633 Views | Created by Shayaan - Friday, November 7, 2014 5:51 AM | Last reply by Shayaan - Tuesday, November 11, 2014 3:36 AM -
0 Votes
How to prepare script to extract data from xml
Why extracting a text value and then comparing it with a number?Answered | 4 Replies | 1592 Views | Created by Durgavalli26 - Thursday, July 28, 2016 9:17 AM | Last reply by Stefan Hoffmann - Monday, August 1, 2016 10:52 AM -
0 Votes
Extract Values from XML column of SQL
Also refer the XML change.Answered | 2 Replies | 3276 Views | Created by Stick.Hello - Saturday, July 6, 2013 8:28 PM | Last reply by Ch. Rajen Singh - Sunday, July 7, 2013 3:14 AM -
1 Votes
How Extract a specific xml from given xml ?
declare @xml xml; set @xml = '<data> <item root="" id="368"> <Style ...Answered | 2 Replies | 9087 Views | Created by Muhammad Aamir - Thursday, May 12, 2011 2:15 PM | Last reply by Muhammad Aamir - Friday, May 13, 2011 9:07 AM -
0 Votes
How to simplify XML namespace output?
I tried to use similar logic, but receive error like ""The namespace declaration attribute has an incorrect 'namespaceURI': 'xxx'.Answered | 5 Replies | 6460 Views | Created by Leishen - Tuesday, July 14, 2009 7:56 AM | Last reply by Jens KL - Wednesday, August 25, 2010 11:28 AM -
0 Votes
Extracting XML from a SQL Table Column
I tried using your code but found out the my XML column even though it stores quasi-XML has a data type of ntext, and the fact that I don't have it use '/Ans', it ...Answered | 6 Replies | 7904 Views | Created by Simon - - Monday, August 31, 2009 11:06 AM | Last reply by Simon - - Wednesday, September 2, 2009 10:28 PM -
0 Votes
Force SQL Server to insert an empty namespace declaration in a root XML node.
You can insert an empty namespace declaration using FOR XML RAW or FOR XML AUTO but not FOR XML PATH, eg SELECT ...Answered | 1 Replies | 9564 Views | Created by PhilLeePebbleBeachSystems - Friday, June 10, 2011 2:33 PM | Last reply by wBob - Friday, June 10, 2011 4:40 PM -
1 Votes
how to extract XML from a textfile in C#?
If you have to save xml document and text in a text file and you want to extract only XML, you can consider add some especial characters at the start ...Answered | 4 Replies | 2774 Views | Created by Reeganraj - Thursday, October 10, 2013 1:54 PM | Last reply by Damon Bu - MSFT - Thursday, October 17, 2013 3:44 AM -
0 Votes
Extract table from XML variable
No wonder, you have copied and pasted it from one of my examples here and tried to pass it off as your own.Answered | 5 Replies | 1914 Views | Created by Marmite123 - Friday, August 30, 2013 11:33 AM | Last reply by Marmite123 - Tuesday, September 3, 2013 9:18 AM -
0 Votes
Best Practice - XML deserialization and namespaces
I'm wondering what is the best practice for incorporating namespaces into XML deserialization functionality.Answered | 2 Replies | 909 Views | Created by Captain Kernel - Thursday, May 9, 2013 7:06 PM | Last reply by Captain Kernel - Thursday, May 9, 2013 7:49 PM -
0 Votes
Can I use OpenXML to extract xml string from the passed in XML?
Answered | 3 Replies | 3514 Views | Created by CP_SSIS - Thursday, April 21, 2011 8:30 PM | Last reply by Michael Sun [MSFT] - Friday, April 22, 2011 6:43 AM -
11 Votes
Multiple namespaces in an XML document
I had question for the xml file with one namespace.Answered | 12 Replies | 31075 Views | Created by shebadog - Thursday, June 19, 2008 2:37 AM | Last reply by PLPL PL - Thursday, March 8, 2018 5:49 PM -
0 Votes
Simple XML Element Extraction
But how can I pass in the XML row?Answered | 9 Replies | 4169 Views | Created by Trecius - Thursday, July 16, 2009 9:37 PM | Last reply by Trecius - Friday, July 17, 2009 5:00 PM -
0 Votes
XML Namespace
Why did you need to declare additional namespaces & what's the purpose of the msdata:Prefix attribute?Answered | 5 Replies | 887 Views | Created by dev1975 - Monday, December 21, 2015 8:42 AM | Last reply by Zhanglong Wu - Monday, January 25, 2016 10:01 AM -
3 Votes
Extract XML without an id
Hi, My XML does not have a namespace.Answered | 18 Replies | 8086 Views | Created by york0001 - Friday, May 27, 2011 11:37 AM | Last reply by york0001 - Friday, May 27, 2011 3:51 PM - Items 1 to 20 of 3559434 Next ›
No announcements