Using PHP with XML

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
christof
Forum Newbie
Posts: 5
Joined: Fri Nov 20, 2009 8:46 pm

Using PHP with XML

Post by christof »

Hi,

I'm using php and xml together and the end result is fine, but I'd like to know why there is so much white space or line feeds generated after subsequent break statements, when newline isn't specified.
christof
Forum Newbie
Posts: 5
Joined: Fri Nov 20, 2009 8:46 pm

Re: Using PHP with XML

Post by christof »

Hi,

I was wondering if anyone had any answer to this question.

Thanks
christof
Forum Newbie
Posts: 5
Joined: Fri Nov 20, 2009 8:46 pm

Re: Using PHP with XML

Post by christof »

No one involved with PHP development, ie the modules and frameworks themselves?
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Re: Using PHP with XML

Post by daedalus__ »

you are being really vague and i have no idea what you are asking about.

which modules and frameworks? there are tons.. what whitespace? how are you generating the xml? dadadada da et cetera
christof
Forum Newbie
Posts: 5
Joined: Fri Nov 20, 2009 8:46 pm

Re: Using PHP with XML

Post by christof »

Hi,

I'm using xpat and just basic break; statements and it's making new lines in the "source" code for no reason.
Post Reply