No announcements
-
0 Votes
HTML parser - HTML to string
Unless you want to use some sort of SGML parser (which can get pretty complicated) this approach will generally yeild the best ...Answered | 6 Replies | 8551 Views | Created by MSDN_Forums_User - Saturday, January 17, 2009 4:13 PM | Last reply by Ramesh.p - Tuesday, June 26, 2018 4:58 PM -
2 Votes
How to export Array elements into Excel sheet using Visual C++
"). you can read more about CSV files from "CSV file parser and writer in CAnswered | 7 Replies | 10273 Views | Created by Shady Enany - Wednesday, October 5, 2011 9:30 AM | Last reply by Helen Zhou - Tuesday, October 25, 2011 3:41 AM -
0 Votes
how to read json structure ?
this for C++ and this for VB6, you may bring them to VFP as an ActiveX or if you have enough time, write your own parser in VFP and share with others.Answered | 2 Replies | 4447 Views | Created by yanyee - Saturday, June 27, 2009 1:02 AM | Last reply by yanyee - Saturday, June 27, 2009 2:01 PM -
0 Votes
Regex strip only unsupported HTML tag content
Hi, do you have an example of how to get it work with the HTML parser? For your information the list of supported tags which content ...Answered | 5 Replies | 5678 Views | Created by Alexander78 - Wednesday, February 23, 2011 5:03 PM | Last reply by Paul Zhou - Friday, March 4, 2011 2:00 AM -
0 Votes
Web Manipulation.
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actuallyAnswered | 2 Replies | 1373 Views | Created by Aasheesh F - Tuesday, January 10, 2012 3:53 AM | Last reply by Mike Feng - Thursday, January 12, 2012 3:33 AM -
0 Votes
textblock to retrieve values from HTML parser
Hi I have just incorporated a HTML parser project named 'HTMLTextBlock' fromUnanswered | 1 Replies | 4626 Views | Created by miiikewong - Monday, August 8, 2011 1:34 AM | Last reply by Andrew.Wu - Thursday, August 11, 2011 10:05 AM -
0 Votes
Read email addresses from a text file using visual c#
then write the output of your read to another file like this: http://knab.ws/blog/index.phpAnswered | 9 Replies | 4120 Views | Created by mr_bilal - Tuesday, February 16, 2010 4:15 PM | Last reply by David M Morton - Tuesday, February 16, 2010 6:04 PM -
0 Votes
Extract the values between the double quotes
a simple string like attr="value" you can use a simple RE to find the information. Narrowing that down from your entire script tag those is problematic at best. Again, using an ...Proposed | 3 Replies | 170 Views | Created by Aleks Roth - Wednesday, June 6, 2018 1:41 PM | Last reply by Captain Kernel - Saturday, June 9, 2018 6:46 PM -
0 Votes
I have VS express. My program is very slow. How do I find functions that are at fault?
Looking quickly at your links, I don't think they they would help, because I have a hunch that my problem is that I do so many string operations. My program is a parser for ...Answered | 4 Replies | 418 Views | Created by malikmeister - Friday, June 5, 2015 2:27 PM | Last reply by Tina-Shi - Friday, June 12, 2015 10:13 AM -
0 Votes
Read HTML file into an Object for parsing contents?
) Html Agility Pack http://www.codeplex.com/htmlagilitypack This is an agile HTML parser that builds a read/write DOM and supports plain ...Answered | 2 Replies | 2739 Views | Created by desiram - Wednesday, December 24, 2008 4:35 AM | Last reply by desiram - Thursday, December 25, 2008 10:16 AM -
0 Votes
TFS Manually Run the Warehouse and Analysis processing
that it is using the correct user name and PWD. <style xmlns="http://www.w3.org/1999/xhtml">@namespace html url(http://www.w3Answered | 2 Replies | 852 Views | Created by MightyKC_on_SQL - Thursday, June 11, 2015 6:09 PM | Last reply by John Qiao - Monday, June 15, 2015 10:40 AM -
0 Votes
Parse Error in Page directive
) at System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String basePhysicalDir) [HttpParseException]: Parser Error: Could not load type ...Answered | 1 Replies | 6010 Views | Created by LouAbraham - Friday, August 5, 2005 2:38 PM | Last reply by Eric Kim - Friday, August 5, 2005 2:46 PM -
0 Votes
How to Convert HTML Data to String ***********
want to Convert to General String. How to do this? is there any HTML to String Parser Classes or any other available in ...Answered | 3 Replies | 4190 Views | Created by Ramana G.V - Tuesday, May 2, 2006 3:47 PM | Last reply by Ilya Tumanov - Tuesday, May 2, 2006 7:00 PM -
0 Votes
HTML Parser
am sorry that I have no experience about the HTML parser programming, however, as far as I know, there are several open source web browsers available in the Internet, such asAnswered | 1 Replies | 3576 Views | Created by MunkeeBoy - Sunday, April 6, 2008 8:12 AM | Last reply by jack 321 - Wednesday, April 9, 2008 6:30 AM -
4 Votes
csv file
http://knab.ws/blog/index.php?/archives/10-CSV-file-parser-and-writer-in-C-Part-2.html.Answered | 5 Replies | 2049 Views | Created by rodelsky - Wednesday, November 16, 2011 5:50 PM | Last reply by Anil Sachin - Friday, November 18, 2011 9:35 AM -
0 Votes
Reading HTML-Table data
http://www.codeproject.com/Articles/13769/HTML-Parser Or you can also consider get the html as a string and manipulate it. ...Answered | 2 Replies | 683 Views | Created by Angelo Rajkumar - Wednesday, January 22, 2014 4:43 PM | Last reply by Carlos Silva UK - Wednesday, January 22, 2014 8:22 PM -
0 Votes
How to extract the strings from HTML?
You could for example use an XDocument to accomplish this: Module Module1 Sub Main() Dim html As String = ...Answered | 3 Replies | 396 Views | Created by gaxjyxq - Saturday, January 16, 2016 9:59 PM | Last reply by gaxjyxq - Sunday, January 17, 2016 9:55 PM -
0 Votes
Dumping external HTML table data in database using C#
browser control or WebRequest to request the page. Once you have the HTML then you can find the element(s) you want. Depending upon the complexity of the page simple ...Answered | 2 Replies | 1333 Views | Created by Aamir Rehman - Wednesday, June 19, 2013 10:36 AM | Last reply by Christopher84 - Wednesday, June 19, 2013 3:34 PM -
0 Votes
CSV file generation
See for exampleAnswered | 2 Replies | 4239 Views | Created by araamudhan - Monday, January 14, 2008 11:47 AM | Last reply by Christopher Fairbairn - Monday, January 14, 2008 12:14 PM -
1 Votes
[VB.NET] Extracting data from a website.
are : - http://www.fakenamegenerator.com/api.php Or you could go for getting the Web contet in a string , using a HTML parserAnswered | 2 Replies | 5691 Views | Created by Jason1313 - Thursday, November 26, 2009 5:07 PM | Last reply by Jeff Shan - Monday, November 30, 2009 6:07 AM - Items 1 to 20 of 620392 Next ›
No announcements