Good afternoon gurus and gurettes!
* example code *
/* functions for XML parser */
function dataHandler($parser, $data){
echo $data . "\n";
}
function StartTag($parser, $name, $attribute){
if("servicebrandname" == $name){
echo "-\n";
}
}
function
[snip]
> Good afternoon gurus and gurettes!
[/snip]
I was misspelling the XML tag name. *slaps forehead*
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Thu, 2004-10-28 at 14:26, Jay Blanchard wrote:
> Good afternoon gurus and gurettes!
>
> * example code *
> /* functions for XML parser */
> function dataHandler($parser, $data){
> echo $data . "\n";
> }
> function StartTag($parser, $name, $attribute){
> if("servicebrandname"
3 matches
Mail list logo