XML_Util::isValidName()

XML_Util::isValidName() -- verify an XML name

Synopsis

require_once 'XML/Util.php';

boolean XML_Util::isValidName (string $string)

Beschreibung

Checks, whether a string is a valid XML name. In XML the names of tags and attributes must follow strict rules. This method can be used to validate the names you are using.

Parameter

Rückgabewert

Gibt bei Erfolg TRUE zurück, bei einem Fehler ein Objekt der Klasse PEAR_Error.

Hinweise

Diese Methode sollte statisch aufgerufen werden..