Home » XML » XML_Parser » Bug #3905
can't parse "." tagnames using func mode
Details
| Request #3905 | can't parse "." tagnames using func mode |
|---|---|
| Submitted | 2005-03-21 19:07 UTC |
| From | dave dot edelhart at varianinc dot com |
| Assigned | schst |
| Status | Closed |
| Package | XML_Parser |
| PHP Version | 4.3.10 |
| Roadmaps | (Not assigned) |
Comments
[2005-03-21 19:07 UTC] dave dot edelhart at varianinc dot com
Description:
------------
The function handling method chokes on "." names. I found this out while processing Acces-exported XML which has SQL esque tagnames like "subject.address".
I reccommend hacking line 579 of the parser to read
$func = 'xmltag_' . str_replace(".", "_", $elem);