Main > Free Download Search >

Free microsoft xml parser script

microsoft xml parser

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 864
XML Parser

XML Parser


This can be seen as XML SAX parser framework. With it, you can easily create parsers for your custom XML tags. more>> This can be seen as XML SAX parser framework. With it, you can easily create parsers for your custom XML tags.<<less
Added: 2006-02-08 License: BSD Style Price: FreeAdditionalInfoMIT
1418 downloads
HTML Parser

HTML Parser


This is a simple PHP function that parses an html page and returns plain text and links that this page contains. You can test it online. more>> This is a simple PHP function that parses an html page and returns plain text and links that this page contains. You can test it online.<<less
Added: 2005-12-15 License: Freeware Price: Free
821 downloads
Simple XML/RSS Parser

Simple XML/RSS Parser


Simple XML/Parser is a XML parser designed for to parse most valid news and blog feeds. No database required to work with it. All you need is to include a subroutine in your code and call it. more>> Simple XML/Parser is a XML parser designed for to parse most valid news and blog feeds. No database required to work with it. All you need is to include a subroutine in your code and call it.<<less
Added: 2007-07-13 License: Freeware Price: Free
851 downloads
RSS Parser

RSS Parser


RSS parser is a fast and adaptable CFC that parses XML. Originally it was designed to read RSS feeds of blogs and was later adapted to be able to read various RSS feeds. Currently it is limited to RSS more>> RSS parser is a fast and adaptable CFC that parses XML. Originally it was designed to read RSS feeds of blogs and was later adapted to be able to read various RSS feeds. Currently it is limited to RSS 2.0 format, but I am working on adapting it to handle Atom feeds.

The RSS parser was designed to allow programmers to pass in a list of item child nodes that they want to search for in the XML, such as title and description. I also built in the ability to group 2 or more child nodes together in an "OR" represented by |, such as pubdate|datepub. This would search for pubdate first and if this isnt found it would search for datepub and continue, if there where additional child nodes, until it found one. It would then use the first child node in the list as the structure key and save what ever value is found to it.
<<less
Added: 2007-02-26 License: Freeware Price: Free
986 downloads
Cron schedule parser 1.1

Cron schedule parser 1.1


If youre dependent on cron to run important tasks, youll want some kind of monitoring. This class is useful for parsing a given cron schedule to see when the cron job should have last run, so you can add monitoring to your application easily by making more>> If youre dependent on cron to run important tasks, youll want some kind of monitoring. This class is useful for parsing a given cron schedule to see when the cron job should have last run, so you can add monitoring to your application easily by making cron jobs log their events in a database and then writing a monitoring app around this class. Cron schedules can be quite complex to parse since they can involve ranges (n-n) and lists of values or ranges (n,n,n or n,n,n-n,n-n). Finally, days can be specified by calendar days or days of the week. This class supports every possibility at the moment except for weekdays specified in non-numerical format, like Mon, Tues, etc. and */2 syntax for alternation. One possible use for this class would be to write a complete PHP replacement for cron!<<less
Added: 2005-06-30 License: LGPL Price: $0.00USD
15 downloads
 
Other version of Cron schedule parser
Cron schedule parserIf youre dependent on cron to run important tasks, youll want some kind of . If youre dependent on cron to run important tasks, youll want some kind of
Price: FreeAdditionalInfoFreetouseinanyapplicationsolongasthelicenseandotherheaderinformationiskeptintact.
License:LGPL
Download
1583 downloads
Added: 2005-06-30
Meta Name Parser 1

Meta Name Parser 1


You may parse meta names from your site or an external url. Script can display title, description and keywords of selected page. Script is freeware and can be used freely in your projects. more>> You may parse meta names from your site or an external url. Script can display title, description and keywords of selected page. Script is freeware and can be used freely in your projects.<<less
Added: 2004-03-31 License: Freeware Price: $0.00USD
12 downloads
MySQL Log Parser 0.1

MySQL Log Parser 0.1


This a is a simple PHP command line utility that will parse a MySQL update log file and dump only updates to a particular database in a certain time interval. Currently there are no flags, you are prompted for all input. Usage: bash-2.05$ php more>> This a is a simple PHP command line utility that will parse a MySQL update log file and dump only updates to a particular database in a certain time interval. Currently there are no flags, you are prompted for all input. Usage: bash-2.05$ php mysql_log_parser.php Enter the path to the log file to be processed:/path/to/update log.nnn Enter the name of the database to extract:MyDB Start Time (T= current time - your input here):864000 End Time (T = current time - your input here):35000 Enter the path to the output file:output.log This would output the all update statements on the MyDB database during the time interval (864000 seconds ago, 35000 seconds ago).<<less
Added: 2006-02-04 License: LGPL Price: $0.00USD
11 downloads
 
Other version of MySQL Log Parser
MySQL Log ParserThis a is a simple PHP command line utility that will parse a MySQL update log . This a is a simple PHP command line utility that will parse a MySQL update log
License:LGPL
Download
1364 downloads
Added: 2006-02-04
Microsoft .NET Overview 1.0.0

Microsoft .NET Overview 1.0.0


The Microsoft .NET Framework is a software technology that provides a new programming interface to Windows services and APIs, and an amazing convergence of many technologies. The Microsoft .NET Framework is a set of languages, including C#, J#, and more>> The Microsoft .NET Framework is a software technology that provides a new programming interface to Windows services and APIs, and an amazing convergence of many technologies. The Microsoft .NET Framework is a set of languages, including C#, J#, and VB.NET; a set of development tools, including Visual Studio .NET; a comprehensive class library for building web services and web and Windows applications; as well as the Common Language Runtime (CLR).It also includes the Base Class Libraries (BCL), offering ways to utilize Collections, I/O, networking, among others. A complex stack of libraries is built on top of the BCL, including technologies like ADO.NET for database access, XML APIs to manipulate XML data, and Windows Forms to display rich user interfaces (UIs). These components collectively form the largest part of the Microsoft .NET Framework.<<less
Added: 2008-07-09 License: Freeware Price: $0.00USD
14 downloads
Email Parser 1.0.0

Email Parser 1.0.0


This class is designed to parse raw emails into logical parts including the header, content, to, from, subject, and file attachments. It also parses the various message types including HTML and Plain text messages. more>> This class is designed to parse raw emails into logical parts including the header, content, to, from, subject, and file attachments. It also parses the various message types including HTML and Plain text messages.<<less
Added: 2007-01-14 License: GPL Price: $0.00USD
18 downloads
GMTT Myspace Gig Parser 1.0

GMTT Myspace Gig Parser 1.0


It is useful to keep a dynamic list of all your bands gigs, and include details. If your band has a myspace profile then you can use this script to display the gigs on the mypsace page on an independant website. This script will parse the information more>> It is useful to keep a dynamic list of all your bands gigs, and include details. If your band has a myspace profile then you can use this script to display the gigs on the mypsace page on an independant website. This script will parse the information from an unmodified myspace page, and then display the gigs. Therefore you can update a dynamic gig guide on your bands website, while only modifying the upcoming gigs on myspace.<<less
Added: 2005-06-22 License: Freeware Price: $0.00USD
17 downloads
 
Other version of GMTT Myspace Gig Parser
GMTT Myspace Gig ParserIt is useful to keep a dynamic list of all your bands gigs, and include . It is useful to keep a dynamic list of all your bands gigs, and include
License:Freeware
Download
935 downloads
Added: 2005-06-22
XML Parser 14-Jan-2006

XML Parser 14-Jan-2006


This can be seen as XML SAX parser framework. With it, you can easily create parsers for your custom XML tags. more>> This can be seen as XML SAX parser framework. With it, you can easily create parsers for your custom XML tags.<<less
Added: 2006-02-08 License: BSD Price: $0.00USD
14 downloads
Creating a BBCode Parser

Creating a BBCode Parser


Have you ever wanted to implement BBCode, the special formatting codes used by forums, into your own PHP scripts? Well, itâ??s actually pretty easy to accomplish using some simple regular expressions and the preg_replace PHP function. This mini-tutorial more>> <<less
Added: 2009-04-07 License: Freeware Price: $0.00USD
14 downloads
OPML Parser PHP Class

OPML Parser PHP Class


This PHP class parses an OPML file (provided its URL) and returns an array with all the parsed data. This array contains, for each of the OPML file?s elements the following attributes: link_url, link_ more>> This PHP class parses an OPML file (provided its URL) and returns an array with all the parsed data. This array contains, for each of the OPML file?s elements the following attributes: link_url, link_name, link_target, link_description, link_rss, created (date of creation), type (link type: RSS, HTML, etc.). The class uses file_get_contents() to retrieve the contents of the OPML file and then the XML extension is used to parse and store the file?s data in an associative array, where each outline element is stored using a different array index.<<less
Added: 2007-07-22 License: Freeware Price: Free
836 downloads
C++ Mime Email Parser 1.0

C++ Mime Email Parser 1.0


C++ implementation of RFC 2045 - Multipurpose Internet Mail Extensions (MIME) standard. Library designed to be very fast and efficient, and has been tested on millions of emails from all kinds of email clients. Library supports all kinds of content more>> C++ implementation of RFC 2045 - Multipurpose Internet Mail Extensions (MIME) standard. Library designed to be very fast and efficient, and has been tested on millions of emails from all kinds of email clients. Library supports all kinds of content encodings, charsets. It allows to read attachments, and handles charsets conversions.<<less
Added: 2007-12-20 License: BSD Price: $0.00USD
10 downloads
Pay-Per-Click XML Feed Parser 1.01

Pay-Per-Click XML Feed Parser 1.01


The script parses XML feed from pay-per-click (PPC) networks and fetches ads to the browser. Output format is controlled by template. The script will eliminate the possibility of unintentional fraud by optionally using JavaScript to output ads (with URLs more>> The script parses XML feed from pay-per-click (PPC) networks and fetches ads to the browser. Output format is controlled by template. The script will eliminate the possibility of unintentional fraud by optionally using JavaScript to output ads (with URLs divided into small chunks). This will prevent any automatic software (such as search engine spiders, etc) from following such links. You can override default sorting order of XML feed (by default, the ad with highest cost-per-click value will always come first) by introducing keyword multipliers. For example, an ad that contains the word "free" is likely to generate more clicks than an ad packed with dollar signs, which means that the first ad can be more profitable even with lower cost-per-click value. Using this script, you can assist ads that you believe will have higher click-through rate (the parameter which is not taken into account by PPC networks when serving XML feed).<<less
Added: 2006-01-31 License: Freeware Price: $0.00USD
11 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5