PHP/XML question
Hi
I'm having a Monday morning senile moment
I'm trying to process an XML file using PHP and its all working fine except for a field containing a deeplink url which is of the form http://xxx.com/?a=xxx&b=xxx&c=xxx
My guess is the reason its not working is that the XML parser is seeing the = and thinking that they are field,value pairs within the XML string when I just want it to pass me back the whole field.
What do I need to do to get it to do this - I'm sure I've encountered and solved this in the past but this morning I just cannot get my mind around it.
Thanks
Keith
__________________
Never argue with idiots. They just drag you down to their level and then beat you with their experience.
If ignorance is bliss then some of the people I know must be orgasmic.
|