davidoff Posted October 23, 2006 Share Posted October 23, 2006 I'd like to parse a text file based on the GEDCOM format, which is a text document similar to the ICAL format. It is not XML based.Can anyone recommend a parsing library where you can parse 'any' language ? Link to comment https://forums.phpfreaks.com/topic/24859-parsing-with-php/ Share on other sites More sharing options...
effigy Posted October 23, 2006 Share Posted October 23, 2006 How about [url=http://pear.php.net/package/Genealogy_Gedcom]this[/url]? Link to comment https://forums.phpfreaks.com/topic/24859-parsing-with-php/#findComment-113298 Share on other sites More sharing options...
davidoff Posted November 12, 2006 Author Share Posted November 12, 2006 I would like to write my own code to parse the data. I have found this http://hudzilla.org/php/21_5_3.php tutorial on parsing your own language which may be useful but I don't know if it would be simpler to just loop through each line and make decisions based on what is present. Link to comment https://forums.phpfreaks.com/topic/24859-parsing-with-php/#findComment-123634 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.