Finding the XML declaration remover in PhpBB?
Posted: Tue Nov 20, 2007 11:10 am
The developers over at PhpBB think I have no right to use an XML declaration the point of completely burying the code that intentionally goes in to the templates to remove it.
It's definitely a string that matches ?xml string and it will remove it regardless of how many times you declare it or what line it is on. Putting a symbol between ? and xml will break this script...but it will also break the declaration. So does anyone have an idea of what PHP syntax might be conjoining the ? and XML strings?
It's definitely a string that matches ?xml string and it will remove it regardless of how many times you declare it or what line it is on. Putting a symbol between ? and xml will break this script...but it will also break the declaration. So does anyone have an idea of what PHP syntax might be conjoining the ? and XML strings?