Trent Shipley wrote: >>Hmm.... could you clarify that? I have Apache 2.x running on my server >>and I use the short tags for php with no problems. I am not using any >>kind of xml though. > > > Dang! I must be wrong. I remember having the short tags fail somewhere, I > just can't remember where. Still, some authors say they are bad style. You're not wrong. It will fail if your php.ini has "short_open_tag = on" and you try to embed XML in your document. The XML will be interpreted as PHP and cause a parse error. ~M --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change you mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss