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