Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1981 | minor | always | 08-29-07 13:49 | 08-29-07 15:51 | |
|
|||||
Reporter: | nam | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.2 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.3 | ||
|
|||||
Summary: | 0001981: SimpleXML DOCTYPE issue | ||||
Description: |
(rep by S. Sozonoff) The following gives an empty SimpleXMLElement. If the DOCTYPE is omitted, then the results are correct. <?php $xml = <<<TEXT <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ICON_RSP SYSTEM "http://xml.cxml.org/schemas/cXML/1.2.011/cXML.dtd"> [^] <ICON_RSP SIOBU="12252"> </ICON_RSP> TEXT; //$xml_doc = simplexml_load_string($xml); $xml_doc = new SimpleXMLElement($xml); var_dump($xml_doc); ?> |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|