--TEST--
Bug #25666 (XML namespaces broken in libxml-based SAX interface)
+--SKIPIF--
+<?php
+if (!xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on this plattform");};
+?>
--FILE--
<?php
function start_elem($parser,$name,$attribs) {
--TEST--
XML parser test, default namespaces
+--SKIPIF--
+<?php
+if (!xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on this plattform");};
+?>
--FILE--
<?php
function start_elem($parser,$name,$attribs) {
--TEST--
XML parser test, attributes
+--SKIPIF--
+<?php
+if (!xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on this plattform");};
+?>
--FILE--
<?php
function start_elem($parser,$name,$attribs) {