Main > Free Download Search >

Free xml dom parser script

xml dom parser

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 747
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
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
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
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
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
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
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
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
DOM Reference

DOM Reference


The DOM (Document Object Model) gives you generic access to most elements, their styles and attributes in a document. This is a no-nonsense, easy to follow DOM reference for JavaScript. more>> The DOM (Document Object Model) gives you generic access to most elements, their styles and attributes in a document. This is a no-nonsense, easy to follow DOM reference for JavaScript.<<less
Added: 2006-03-08 License: Freeware Price: $0.00USD
18 downloads
Equation Parser 1

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
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
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
Winamp Playlist Parser 2.1

Winamp Playlist Parser 2.1


The Winamp xmlParser is a free open-source PHP script for parsing playlist files generated by Winamp into a HTML table for web publication. This new release supports both the B4S file format of Winamp 3, and the M3U format of the new Winamp 5. more>> The Winamp xmlParser is a free open-source PHP script for parsing playlist files generated by Winamp into a HTML table for web publication. This new release supports both the B4S file format of Winamp 3, and the M3U format of the new Winamp 5.<<less
Added: 2004-01-17 License: Freeware Price: 0.00
13 downloads
 
Other version of Winamp Playlist Parser
Winamp Playlist ParserThe Winamp xmlParser is a free open-source PHP script for parsing . The Winamp xmlParser is a free open-source PHP script for parsing
License:Freeware
Download
1157 downloads
Added: 2004-01-17
Perl Entrez Gene Parser

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:

  1. Provide Perl parsers for NCBIs Entrez Gene based on regular expression, Parse:RecDescent, Parse:Yapp and Perl-byacc.
  2. Some can parse human genome annotations in minutes.
  3. Documentation and user guides are provided.

Requirements: none

<<less
Added: 2007-12-06 License: GPL - GNU Public License Price: GPLGNUPublicLicense
12 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5