PHP: xml_parse - Manual - PHP: Hypertext Preprocessor

PHP: xml_parse - Manual - PHP: Hypertext Preprocessor

瀏覽:744
日期:2025-10-01
I wanted to create a really simple XML parser, but I found the array management in xml_parse a bit daunting. So I flattened my XML and parsed it using string matching. It wouldn't be difficult to add xml depth (of 2 plus levels) by modifying the parsedXML...看更多