Slashdot Mirror


User: StigBakken

StigBakken's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Valid XML fragment on PHP 4.2.0 Released · · Score: 2, Informative

    Just add " ... ?>" before your fragment and feed it to xml_parse. See http://php.net/xml.

    - Stig