Diff for /parser3/operators.ru.txt between versions 1.10 and 1.12

version 1.10, 2002/02/18 12:13:42 version 1.12, 2002/02/20 09:13:07
Line 537  xdoc(xnode) Line 537  xdoc(xnode)
         Attributes with the name "ID" are not of type ID unless so defined.           Attributes with the name "ID" are not of type ID unless so defined. 
         Implementations that do not know whether attributes are of type ID or not           Implementations that do not know whether attributes are of type ID or not 
         are expected to return null.          are expected to return null.
     !^.getElementsByTagNameNS[namespaceURI;localName] = array of nodes  
   
     !кодировка строк и умолчание для $.encoding       !кодировка строк и умолчание для $.encoding 
     !равно текущей кодировке выходной страницы,      !равно текущей кодировке выходной страницы,
Line 639  xdoc(xnode) Line 638  xdoc(xnode)
   
     !Introduced in DOM Level 2:      !Introduced in DOM Level 2:
     !Node importNode(in Node importedNode, in boolean deep) raises(DOMException)      !Node importNode(in Node importedNode, in boolean deep) raises(DOMException)
       !NodeList getElementsByTagNameNS(in DOMString namespaceURI, in DOMString localName);
   
     !XPath:      !XPath:
     !^node.select[xpath/query/expression] = array of nodes,       !^node.select[xpath/query/expression] = array of nodes, 
Line 727  xdoc(xnode) Line 726  xdoc(xnode)
     кучи auto.p и запрашиваемого документа:      кучи auto.p и запрашиваемого документа:
         !parser3.conf           !parser3.conf 
             cgi:               cgi: 
                 1) configure sysconfdir|windows directory                   1.0) полный путь из переменной окружения PARSER_ROOT_CONFIG
                   1.1) configure sysconfdir|windows directory 
                 2)рядом с бинарником parser'а                   2)рядом с бинарником parser'а 
             isapi: windows directory              isapi: windows directory
             apache module:               apache module: 

Removed from v.1.10  
changed lines
  Added in v.1.12


E-mail: