--- James Keeline <[EMAIL PROTECTED]> wrote: > The "i" says that the Regular Expression should ignore capitalization > in the match string. The "s" allows a match to span multiple lines. > Normally the RegEx engine stops when it finds a newline character.
OK, thanks! > It seems to me that you might have better success using some of the > XML parser classes for this purpose. Actually, I'm using a third-party RSS parser (lastRSS, http://lastrss.webdot.cz/) but for some reason, it doesn't handle the <enclosure> tag, even though it purports to do so. The author uses REGEXs similar to the one I'm goofing around with to parse the XML. But, I get your point. I'll investigate some different classes. Thanks, -Bob __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
