Re: [PHP] Re: Yes!!! BTML v1.0 is here!!!

2003-10-20 Thread Curt Zirzow
* Thus wrote Comex ([EMAIL PROTECTED]): > <[EMAIL PROTECTED]> > Curt Zirzow: > > * Thus wrote Comex ([EMAIL PROTECTED]): > > > All this is is a xml, yet it breaks all xml rules, ironic as > > it sounds. > > > > Curt > > I don't know much about XML, so clue me in. http://www.w3.org/XML/ is a good

Re: [PHP] Re: Yes!!! BTML v1.0 is here!!!

2003-10-20 Thread Comex
<[EMAIL PROTECTED]> Curt Zirzow: > * Thus wrote Comex ([EMAIL PROTECTED]): > All this is is a xml, yet it breaks all xml rules, ironic as > it sounds. > > Curt I don't know much about XML, so clue me in. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Re: Yes!!! BTML v1.0 is here!!!

2003-10-18 Thread Curt Zirzow
* Thus wrote Comex ([EMAIL PROTECTED]): > >> Bas: > >>> That tags? It should not be used anyway... > >> what??? > > > > > Yes, i think that you want to know the structure of the BTML-file: > > > > > > > > > > Title of the page > > > > > > Here any valid HTML-MARKUP > > > > > > > > Path to

Re: [PHP] Re: Yes!!! BTML v1.0 is here!!!

2003-10-17 Thread Comex
Now I'm confused, because of the canceled message. <[EMAIL PROTECTED]> Chris Shiflett: > --- Comex <[EMAIL PROTECTED]> wrote: >> Bas: >>> That tags? It should not be used anyway... >> what??? > > Would you two please take this discussion elsewhere? This is about > the tenth message that makes no

Re: [PHP] Re: Yes!!! BTML v1.0 is here!!!

2003-10-17 Thread Comex
<[EMAIL PROTECTED]> Chris Shiflett: > --- Comex <[EMAIL PROTECTED]> wrote: >> Bas: >>> That tags? It should not be used anyway... >> what??? > > Would you two please take this discussion elsewhere? This is about > the tenth message that makes no sense to anyone else. > > Thank you. > > Chris > > ==

Re: [PHP] Re: Yes!!! BTML v1.0 is here!!!

2003-10-17 Thread Chris Shiflett
--- Comex <[EMAIL PROTECTED]> wrote: > Bas: > > That tags? It should not be used anyway... > what??? Would you two please take this discussion elsewhere? This is about the tenth message that makes no sense to anyone else. Thank you. Chris = My Blog http://shiflett.org/ HTTP Developer's

[PHP] Re: Yes!!! BTML v1.0 is here!!!

2003-10-17 Thread Comex
<[EMAIL PROTECTED]> Bas: > That tags? It should not be used anyway... what??? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Yes!!! BTML v1.0 is here!!!

2003-10-17 Thread Bas
That tags? It should not be used anyway... "Comex" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > <[EMAIL PROTECTED]> > Comex: > > <[EMAIL PROTECTED]> > > Bas: > >> Yes, thanx. I always wanted to make a version where you can use > >> multiple tags of one type. And, what do you find o

[PHP] Re: Yes!!! BTML v1.0 is here!!!

2003-10-15 Thread Comex
<[EMAIL PROTECTED]> Comex: > <[EMAIL PROTECTED]> > Bas: >> Yes, thanx. I always wanted to make a version where you can use >> multiple tags of one type. And, what do you find of it? Please rate >> it 1 to 10 "Comex" <[EMAIL PROTECTED]> wrote in message > > I don't know... lol... BTW, what should h

[PHP] Re: Yes!!! BTML v1.0 is here!!!

2003-10-15 Thread Comex
<[EMAIL PROTECTED]> Bas: > Yes, thanx. I always wanted to make a version where you can use > multiple tags of one type. And, what do you find of it? Please rate > it 1 to 10 "Comex" <[EMAIL PROTECTED]> wrote in message I don't know... lol... -- PHP General Mailing List (http://www.php.net/) To u

[PHP] Re: Yes!!! BTML v1.0 is here!!!

2003-10-15 Thread Bas
Yes, thanx. I always wanted to make a version where you can use multiple tags of one type. And, what do you find of it? Please rate it 1 to 10 "Comex" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > function parseTags($file) { > /* readfile... here */ > $filedata = file_get_conte

[PHP] Re: Yes!!! BTML v1.0 is here!!!

2003-10-13 Thread Comex
\s*(.*?)\s*!is"); preg_match_all($tag_match, $filedata, $matches); for ($i=0; $i< count($matches[0]); $i++) { $tagname = $matches[1][$i]; $tag['tagname'] = $tagname; $tag['value'] = $matches[2][$i]; $tags[] = $tag; } return $tags; } $filename = $_GET['name']; $bttags = parseTags($filen

[PHP] Re: Yes!!! BTML v1.0 is here!!!

2003-10-13 Thread Bas
Yes, i think that you want to know the structure of the BTML-file: Title of the page Here any valid HTML-MARKUP Path to a image This is the structure of a BTML file. I hope that you have improvements. If this changes the structure, post or email me the new structure also.(double check f