Skip to content

Instantly share code, notes, and snippets.

@paulgibbs
Created September 16, 2013 17:45
Show Gist options
  • Save paulgibbs/6584024 to your computer and use it in GitHub Desktop.
Save paulgibbs/6584024 to your computer and use it in GitHub Desktop.
<?php
libxml_use_internal_errors( true );
$element = simplexml_load_string( $content );
libxml_use_internal_errors( false );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment