sgml parser
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 81
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
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
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
PHxmltvParser 0.1
PHxmltvParser consists of a parser class and some helper classes in PHP which parses an XMLTV data file and stores the information in a collection. There also is a simple example script which shows how to use the classes and displays a tv listing that more>> PHxmltvParser consists of a parser class and some helper classes in PHP which parses an XMLTV data file and stores the information in a collection. There also is a simple example script which shows how to use the classes and displays a tv listing that can be filtered by several comboboxes.<<less
Added: 2005-09-01 License: GPL Price: $0.00USD
14 downloads
Other version of PHxmltvParser
License:GPL
deeMySQLParser 0.5
This parser will parse the contents of mysqldump file into an associative array. The array contains table definition information include primary key, table name, field name, default value and datatype. Also compatible with phpMyAdmin(structure only) more>> This parser will parse the contents of mysqldump file into an associative array. The array contains table definition information include primary key, table name, field name, default value and datatype. Also compatible with phpMyAdmin(structure only) export format.<<less
Added: 2005-12-21 License: GPL Price: $0.00USD
13 downloads
Other version of deeMySQLParser
License:GPL
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
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
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
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
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
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
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
License:Freeware
deeRSS2.0Parser 1.0
This parser will parse from a RSS 2.0 feed: -images -rvw -enclosures -most Dublin Core(Identifier, Type, Title, creator, Publisher, Date, min, max, value, Contributor, Format, Subject, Source, Language, Relation, Coverage, Rights, Description) tags more>> This parser will parse from a RSS 2.0 feed: -images -rvw -enclosures -most Dublin Core(Identifier, Type, Title, creator, Publisher, Date, min, max, value, Contributor, Format, Subject, Source, Language, Relation, Coverage, Rights, Description) tags -Language -Copyright -ManageEditor -Webmaster -LastBuild -Rating -Docs -Category -Generator -PubDate -contenEncoded -wfwComment<<less
Added: 2005-12-14 License: GPL Price: $0.00USD
11 downloads
Other version of deeRSS2.0Parser
License:GPL
Osimo BBCode Parser 1.0
This is the script in use by the Osimo Forum System that converts BBCode to HTML for use in many applications including, but not limited to, your own forum system. It is universal and requires no configuration to make it work with your setup, all you more>> This is the script in use by the Osimo Forum System that converts BBCode to HTML for use in many applications including, but not limited to, your own forum system. It is universal and requires no configuration to make it work with your setup, all you need to do is either include the file or copy and paste the code into your own file then do: $content = bb2html($something);<<less
Added: 2008-12-04 License: GPL 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 sgml 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