Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.
Hmm the idea is that i will not load XML files so i figure that i will need to develop a standard string parser.
If you know any good parser, please let me know.
I'm thinking to replace some ordinary script functions (like get the page text with a XML tag and when the HTML is generated my parser to translate this). I'm using only the XML write code standard, but no other XML functions.
fastfingertips wrote:Hmm the idea is that i will not load XML files so i figure that i will need to develop a standard string parser.
If you know any good parser, please let me know.
I'm thinking to replace some ordinary script functions (like get the page text with a XML tag and when the HTML is generated my parser to translate this). I'm using only the XML write code standard, but no other XML functions.