in reply to problems with xml data being returned
From your description, it seems like all you needed to post was the first 7 or 8 lines of code, and I have no idea what xmlFileData() is doing, but my guess is that it's not returning what you want it to return, maybe because you're not passing what you think you're passing to it. I'd check the values of the arguments you're passing to it to make sure they are what you think they are (maybe an errant linefeed or other control character is sneaking in?) Is "getConfig()" supposed to be a string, or should it be a function call?.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: problems with xml data being returned
by grashoper (Monk) on Jul 18, 2007 at 20:02 UTC | |
by runrig (Abbot) on Jul 19, 2007 at 16:27 UTC | |
|
Re^2: problems with xml data being returned
by grashoper (Monk) on Jul 19, 2007 at 15:18 UTC |