No announcements
Found 10810 threads
-
0 Votes
What's the fastest way to read a .docx file line-by-line in c# using openxml
User-1453200658 posted Hi, I need to read this Word (.DOC and .DOCX) file line by line using OpenXML. In this code I have ...Answered | 8 Replies | 1893 Views | Created by Anonymous - Thursday, April 1, 2021 10:39 AM | Last reply by Anonymous - Thursday, April 1, 2021 8:35 PM -
0 Votes
c# search data in xml file
User-770252936 posted Hello there I have an xml file on my server. Its structure is as follows; <products> ...Unanswered | 4 Replies | 1184 Views | Created by Anonymous - Monday, March 15, 2021 1:58 PM | Last reply by Anonymous - Tuesday, March 16, 2021 2:31 AM -
0 Votes
Can not convert HTML with images using OpenXML to PDF using iText7
{ DirectoryInfo localDirInfo = new DirectoryInfo(imageDirectoryFullName); if (!localDirInfo.Exists) ...Answered | 5 Replies | 2204 Views | Created by Anonymous - Sunday, February 14, 2021 10:39 AM | Last reply by Anonymous - Wednesday, February 17, 2021 8:17 AM -
0 Votes
Linq to XML - updating xml element value
User640374800 posted When using LINQ to XML to traverse an XML document, how would i update an element value in the XML? XElement xelement = ...Unanswered | 3 Replies | 1587 Views | Created by Anonymous - Saturday, January 23, 2021 10:34 AM | Last reply by Anonymous - Monday, January 25, 2021 3:29 AM -
0 Votes
Handling an element with empty value in serialisation
User640374800 posted When i am doing serialisation of my XML, the corresponding value in my object is required to be null if either the element does not exist OR the element value ...Unanswered | 1 Replies | 563 Views | Created by Anonymous - Friday, January 15, 2021 4:14 PM | Last reply by Anonymous - Friday, January 15, 2021 4:28 PM -
0 Votes
xml parse
User-770252936 posted Hello there The service I request with HttpWebRequest returns xml output as follows. <?xml version="1.0" ...Answered | 1 Replies | 630 Views | Created by Anonymous - Tuesday, January 5, 2021 7:28 PM | Last reply by Anonymous - Tuesday, January 5, 2021 10:11 PM -
0 Votes
While converting dataset to xml. Tables missing
User1888635512 posted Hi all, Am try to convert a 17 tables dataset to xml using getxml(). But one table in that dataset table rows ...Answered | 3 Replies | 627 Views | Created by Anonymous - Monday, December 21, 2020 5:06 AM | Last reply by Anonymous - Wednesday, December 23, 2020 10:47 PM -
0 Votes
Getting error while convert XSD to generate class
User1996548659 posted Hi Team, I am trying to convert below XSD to generate class online. Online url: ...Answered | 1 Replies | 603 Views | Created by Anonymous - Thursday, December 10, 2020 4:53 PM | Last reply by Anonymous - Friday, December 11, 2020 3:33 AM -
0 Votes
XML – LINQ pick correct node value and how to choose others
User-544325736 posted <configuration> <settings> <userprofile name="UserPlus" type="System.Boolean" scope="User"> ...Unanswered | 1 Replies | 873 Views | Created by Anonymous - Friday, November 13, 2020 3:01 PM | Last reply by Anonymous - Monday, November 16, 2020 5:28 AM -
0 Votes
Load XML from folder to text in SQL Server
User1203305613 posted I have the xml files in a folder , I need a code snippet to load the xml file to sql database ,in destination the column type is ...Answered | 1 Replies | 642 Views | Created by Anonymous - Wednesday, October 28, 2020 11:34 AM | Last reply by Anonymous - Thursday, October 29, 2020 11:47 AM -
0 Votes
deserialize from a string
User-2012457684 posted Now that I know how to read the document I am getting an error when trying to load the XML string that is received from the web ...Unanswered | 8 Replies | 1048 Views | Created by Anonymous - Friday, September 25, 2020 7:30 PM | Last reply by Anonymous - Tuesday, September 29, 2020 12:23 AM -
0 Votes
Using XmlReader on HR-XML document
User-2012457684 posted I am trying to read an HR XML document. It keeps throwing an error on this line Address = ...Unanswered | 4 Replies | 761 Views | Created by Anonymous - Tuesday, September 22, 2020 10:49 PM | Last reply by Anonymous - Thursday, September 24, 2020 11:11 PM -
0 Votes
How to read this XML element?
User-1668014665 posted <docs frequency="daily"> <dataset_code>EXR</dataset_code> <dataset_name>Exchange ...Answered | 1 Replies | 659 Views | Created by Anonymous - Sunday, August 9, 2020 9:54 PM | Last reply by Anonymous - Monday, August 10, 2020 1:26 PM -
0 Votes
Clean XML
User962953848 posted I have simple webservice in C# to generate XML with product feed for one of my client. { public SqlConnection con; public DataSet ...Unanswered | 3 Replies | 828 Views | Created by Anonymous - Wednesday, June 17, 2020 8:43 AM | Last reply by Anonymous - Wednesday, June 17, 2020 2:21 PM -
0 Votes
XML Error!
User1421620300 posted Can someone please help me to correct issues with website. I have just built new website code is complete. I built database and then connected to model. But ...Answered | 1 Replies | 660 Views | Created by Anonymous - Tuesday, April 21, 2020 8:56 PM | Last reply by Anonymous - Wednesday, April 22, 2020 5:20 AM -
0 Votes
Import XML to DB
User-1925037784 posted I need help importing some XML files into a database. I don't know how to do it. Thanks!!!!!Unanswered | 1 Replies | 792 Views | Created by Anonymous - Wednesday, April 1, 2020 1:53 PM | Last reply by Anonymous - Thursday, April 2, 2020 1:40 AM -
0 Votes
How to use XPATH with XML Data Source
User-72198832 posted Have XML Data as shown Below: <Inventory_List> <Inventory Stock_No="A-1-1" Description="Something" ...Unanswered | 4 Replies | 677 Views | Created by Anonymous - Monday, March 2, 2020 6:11 AM | Last reply by Anonymous - Wednesday, March 4, 2020 8:02 PM -
0 Votes
List All Tables in SQL
User1203305613 posted We have a generated code in XML . Say I have a Folder which 5 ...Answered | 1 Replies | 602 Views | Created by Anonymous - Sunday, March 1, 2020 4:33 PM | Last reply by Anonymous - Monday, March 2, 2020 9:54 AM -
0 Votes
vbscript MSXML2.XMLHTTP.6.0 - invalid procedure call or argument error while reading some content from a text file
User1151703306 posted Hello, I need your help. The following lines of code generate a error response. The code not works just when ran as a ...Answered | 16 Replies | 2042 Views | Created by Anonymous - Friday, February 28, 2020 11:23 AM | Last reply by Anonymous - Monday, March 2, 2020 9:42 AM -
0 Votes
Fetch Table Names from XML
User1203305613 posted Here is my XML which is stored in DB as text , Print out two table ...Answered | 1 Replies | 775 Views | Created by Anonymous - Saturday, February 29, 2020 5:09 AM | Last reply by Anonymous - Sunday, March 1, 2020 4:28 PM - Items 1 to 20 of 10810 Next ›
No announcements