You can output xhtml with your custom tags and use xml parsing functions
Jos Elkink wrote:
Hello,
I've got a little question. I am writing a page where I would like to
parse my own invented HTML-looking tags (but want to keep the real HTML
tags intact). I use a buffer for the output, and just be
> I've got a little question. I am writing a page where I would like to
> parse my own invented HTML-looking tags (but want to keep the real
HTML
> tags intact). I use a buffer for the output, and just before the end
use
> ob_get_contents() to get the whole buffer which I want to check for
> those
Hello,
I've got a little question. I am writing a page where I would like to
parse my own invented HTML-looking tags (but want to keep the real HTML
tags intact). I use a buffer for the output, and just before the end use
ob_get_contents() to get the whole buffer which I want to check for
those ta
below is a snippet from a larger code used to capture a daily output graphic
file from a site... I put your requirements into it and removed a lot of
superfluous stuff, but it is not set to capture text spanning more than one
line, but you should be able to modify it accordingly if you can follow
Hi I have a question about parsing a page on another server to grab some
headlines.
I want to search down the page until I find a string "-headlines-" then I
want to grab everything between the next pair of tags.
Anyone have a quick solution?
Thanks,
Chuck
--
PHP General Mailing List (http
on 8/2/01 5:30 PM, Chuck Barnett at [EMAIL PROTECTED] wrote:
> Hi I have a question about parsing a page on another server to grab some
> headlines.
>
> I want to search down the page until I find a string "-headlines-" then I
> want to grab everything between the next pair of tags.
>
> Anyone
6 matches
Mail list logo