[PHP] Re: extra calls to pcDataHandler method

2002-08-09 Thread Alex Maslov
posting an answer in case smone else down the road encounters that same problem. alex Alex Maslov wrote: > Hi, > > i have a question about how PHP XML support works, in particular how > handler methods are called. > > if i have element-only tag, like: > >

[PHP] extra calls to pcDataHandler method

2002-08-09 Thread Alex Maslov
Hi, i have a question about how PHP XML support works, in particular how handler methods are called. if i have element-only tag, like: foo usa and i invoke xml parser on this, should my registered pcDataHandler method be called when tag is being parsed, or par

Re: [PHP] Update of the problem w/ code - conditional image generation problem?!

2002-07-31 Thread Alex Maslov
Sorry to bother you. That actually was my mistake. I was looking too hard elsewhere; it happens. Thank you Joseph. alex Jason Wong wrote: > On Tuesday 30 July 2002 04:47, Joseph Rosenblum wrote: > > Do you know you have a typo in that conditional there? Was that your > > real code? You missp

[PHP] Update of the problem w/ code - conditional image generation problem?!

2002-07-29 Thread Alex Maslov
Thank everyone for suggestions. I followed through on them but unsuccessfully. I looked for any mistake but couldn't find it. I tried commenting out lines in chunks and one by one, without any effect. the problem stays the same, if the conditional statement is present then image is not generated

[PHP] conditional image generation problem

2002-07-25 Thread Alex Maslov
Hi, I have a problem with conditional image generation. If I generate an image without any conditional statments, then everything works fine. But if i introduce conditional statment, then no image is generated in either case of the condition. Has anyone dealt with this dilema before? Thanks in