Discussion: Welcome to our (sdl-developers ML) You are added automatically
Welcome to our (sdl-developers ML) You are added automatically
Jesse WeaverThu Mar 2 08:27:18 HST 2006
- Next message: Welcome to our (sdl-developers ML) You are addedautomatically
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ top page ]
Hello, all: I am currently working on a PHP parser for SDL. It is divided up in to four levels, each one built on the previous one. 1. Lexer 2. SDL "Pull" parser, similar to XMLTextReader in C# 3. A "Tag" class, much like the ones in the SDL Java and C# parsers 4. A "SimpleSDL" API that functions much like PHP's SimpleXML extension (i.e. allows you do things like $tag->person[1]->hobbies) Needless to say, this isn't intended for production (because of PHP's speed problems; it is an interpreted language, after all). However, I will use it as a model for a C++ parser, which will be used to create a PHP extension. Thought you might be interested. -- Jesse larkface_769 at mailworks.org -- http://www.fastmail.fm - Send your email first class
- Next message: Welcome to our (sdl-developers ML) You are addedautomatically
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ top page ]










