/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/widgets/xml/XMLDocumentClass.inc
ViewVC logotype

Diff of /nfo/php/libs/com.newsblob.phphtmllib/widgets/xml/XMLDocumentClass.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jonen, Fri Nov 28 16:25:18 2003 UTC revision 1.2 by jonen, Thu May 6 16:27:54 2004 UTC
# Line 494  class XMLDocumentClass extends Container Line 494  class XMLDocumentClass extends Container
494                          $this->_doctype = xml_doctype($this->get_root_name(),                          $this->_doctype = xml_doctype($this->get_root_name(),
495                                                                                    $this->get_doctype_source(),                                                                                    $this->get_doctype_source(),
496                                                                                    $this->_doctype_links[0],                                                                                    $this->_doctype_links[0],
497                                                                                    $this->_doctype_links[1]);                                                                                    count($this->_doctype_links) > 1 ? $this->_doctype_links[1] : NULL);
498                  }                  }
499          }          }
500  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed