function _xrds_element_start
Parser callback functions
1 string reference to '_xrds_element_start'
- xrds_parse in drupal-6.x/
modules/ openid/ xrds.inc - Main entry point for parsing XRDS documents
Archivo
- drupal-6.x/
modules/ openid/ xrds.inc, line 27
Código
function _xrds_element_start(&$parser, $name, $attribs) {
global $xrds_open_elements;
$xrds_open_elements[] = _xrds_strip_namespace($name);
}