On 11/22/07, Phil Dawes <[EMAIL PROTECTED]> wrote:
> Hi Slava,
>
> I saw your comment on reddit about mounting responders at other
> positions in the url hierarchy:
> http://programming.reddit.com/info/612hd/comments/c02i79r
>
> I've been thinking about this too recently since I'm writing an app with
> a REST interface in factor. The best dispatching approach I've come
> across is the one in django which uses regexes to dispatch to functions
> and also pick out arguments from the url:
> http://www.djangoproject.com/documentation/url_dispatch/
>
> I noticed there's a regex engine in the unmaintained dir - is this the
> best way of doing regexes in factor at the moment?
>
> BTW thanks for such cool software - I'm really enjoying programming with
> factor,
>
> -Phil

If/when you encouter problems with XML parsing, contact me. I know
that there's a problem right now with incremental parsing and errors,
and it's on my todo list; for this, you should be fine with
all-at-once parsing with the DOM-style view.

Daniel Ehrenberg

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to