Welcome Guest, Not a member yet? Register   Sign In
php xml parser with code ignitor
#1

[eluser]mohfeza code ignitor[/eluser]
I am new at code Ignitor. I want to implement php xml parser concept in code Ignitor format.
If any one knows any link or site where i can get idea on it, please let me know ASAP
#2

[eluser]Crafter[/eluser]
Look at your PHP extensions that come with PHP. It includes an XML parser.
#3

[eluser]esra[/eluser]
You can use SimpleXML, an extension bundled with PHP5.

For PHP4 and PHP5, you might check out DOMit which is available on phpclasses.org. DOMit includes a XML parser called Saxy and a lighter version called Saxy-lite. Both versions are based on the Saxon parser.




Theme © iAndrew 2016 - Forum software by © MyBB