electric xml parser
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 668
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
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/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
Detecting XML in Browser
XML is a must for most Ajax based applications. Itâ??s a universal mark-up language which means almost any programming languages could work with XML. Aside from being accessible through various formats, it is also known to be relatively lightweight. It more>> <<less
Added: 2009-05-05 License: Freeware Price: $0.00USD
12 downloads
Perl Entrez Gene Parser
Perl Entrez Gene Parser is a parser that abstract a data structure from a given Entrez Gene record. more>>
Perl Entrez Gene Parser is a tool which can abstract a data structure from a given Entrez Gene record and users of the parser can decide what to do/extract from the data structure. Several automatic parser generators as well as the venerable Perl5 regular expressions are considered. The tools considered are: Parse:RecDescent, Parse:Yapp, Perl-byacc, Text:Balanced and Regex.
Major Features:
- Provide Perl parsers for NCBIs Entrez Gene based on regular expression, Parse:RecDescent, Parse:Yapp and Perl-byacc.
- Some can parse human genome annotations in minutes.
- Documentation and user guides are provided.
Requirements: none
Added: 2007-12-06 License: GPL - GNU Public License Price: GPLGNUPublicLicense
12 downloads
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
Equation Parser 1
This is a C++ equation parser which implements the reverse polish notation under the hood. Its quick, small, and efficient. The cpp equation parser supports the following operator and follows operator precendence: ()*^-+/ it can easily be more>> This is a C++ equation parser which implements the reverse polish notation under the hood. Its quick, small, and efficient. The cpp equation parser supports the following operator and follows operator precendence: ()*^-+/ it can easily be extended to accomodate more.<<less
Added: 2006-06-17 License: Freeware Price: $0.00USD
14 downloads
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
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
SearchFeed feed parser 1.0
The Searchfeed script can be used to monetize landing pages by displaying links from SearchFeed advertisers. To properly use this script you will need to create an account at SearchFeed.com. This script is an excellent way to monetize expired web pages more>> The Searchfeed script can be used to monetize landing pages by displaying links from SearchFeed advertisers. To properly use this script you will need to create an account at SearchFeed.com. This script is an excellent way to monetize expired web pages that you have purchased for the residual traffic.<<less
Added: 2007-01-21 License: Freeware Price: $0.00USD
15 downloads
Other version of SearchFeed feed parser
License:Freeware
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
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
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
License:LGPL
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
Price: FreeAdditionalInfoFreetouseinanyapplicationsolongasthelicenseandotherheaderinformationiskeptintact.
License:LGPL
License:LGPL
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
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above electric xml parser search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed