dmarston    2002/11/11 13:07:11

  Modified:    java     Tag: xslt20 xalan3_todo.xml
  Log:
  Update the status
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.5   +18 -19    xml-xalan/java/Attic/xalan3_todo.xml
  
  Index: xalan3_todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/Attic/xalan3_todo.xml,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- xalan3_todo.xml   1 Oct 2002 22:14:02 -0000       1.1.2.4
  +++ xalan3_todo.xml   11 Nov 2002 21:07:10 -0000      1.1.2.5
  @@ -5,10 +5,9 @@
       <action category="feature">starting node can be designated</action>
       <action category="feature">Can designate a named template to be invoked 
at startup</action>
       <action category="feature">External parameters: data types?</action>
  -    <action category="feature">xf:resolve-uri()</action>
       <action category="feature" who="SB">() constructs empty sequence</action>
       <action category="feature" who="SB">"instance of empty" test</action>
  -    <action category="feature">xsl:import-schema</action>
  +    <action category="feature" status="unstable">xsl:import-schema</action>
       <action category="feature" status="unstable">format-dateTime() and 
xsl:datetime-format</action>
       <action category="feature" 
status="unstable">xsl:principal-result-document</action>
       <action category="feature">xsl:sort-key</action>
  @@ -20,27 +19,15 @@
       <action category="feature">Function unparsed-text(sequence, 
string?)</action>
       <action category="feature">Function 
unparsed-entity-public-id(string)</action>
       <action category="feature">Function input()</action>
  -    <action category="feature" who="JK">xf:compare()
  +    <action category="feature" who="JK" status="partial">xf:compare()
         <issue id="collations">What are we going to do about collations? 
Anything?</issue></action>
       <action category="feature">xf:normalize-unicode()</action>
       <action category="feature">xf:upper-case() and xf:lower-case()</action>
       <action category="feature">xf:string-pad()</action>
       <action category="feature">xf:escape-uri()</action>
       <action category="feature">xf:resolve-uri()</action>
  -    <action category="feature" status="unstable">xf:deep-equal()</action>
  -    <action category="feature">xf:copy()</action>
  -    <action category="feature">xf:shallow()</action>
  -    <action category="feature">xf:root()</action>
  -    <action category="feature">xf:if-absent()</action>
  -    <action category="feature">xf:if-empty()</action>
  -    <action category="feature">xf:sequence-deep-equal()</action>
  -    <action category="feature">xf:sequence-node-equal()</action>
  -    <action category="feature">xf:max() and xf:min()</action>
  -    <action category="feature">xf:idref()</action>
  -    <action category="feature">xf:collection()</action>
  +    <action category="feature" status="unstable">xf:copy()</action>
       <action category="feature" who="MM">xf:input()</action>
  -    <action category="feature">xf:sum() takes sequence as input; raises 
error if any non-numeric inputs</action>
  -    <action category="feature">xf:id() takes sequence of IDREFs as 
input</action>
       <action category="feature">xf:context-item()</action>
       <action category="feature">xf:context-document()</action>
       <action category="feature">xf:ends-with()</action>
  @@ -51,13 +38,12 @@
       <action category="feature" who="JK">constructor functions for 
[non][positive/negative]integer</action>
       <action category="feature" who="JK">constructor functions for decimal, 
float, double</action>
       <action category="feature" status="partial">XPath keywords: type, of 
type, untyped, in</action>
  -    <action category="feature" status="partial" who="MM">union, intersect, 
except</action>
       <action category="feature">operators &lt;&lt; (before) and &gt;&gt; 
(after)</action>
  -    <action category="feature">Allow inequality relations for booleans (see 
Operators 7.2)</action>
       <action category="feature">equality test for QName, anyURI, hexBinary, 
base64Binary</action>
       <action category="feature" status="unstable" who="JK">cast as, treat 
as</action>
       <action category="feature" status="unstable">ValidateExpr::= "validate" 
SchemaContext? "{" Expr "}"</action>
       <action category="feature">exclude-prefixes, default-xpath-namespace 
standard attributes, allowed everywhere</action>
  +    <action category="feature">ExprComment ::= "{--" [^}]* "--}"</action>
       <action category="feature" status="unstable">version attribute on XSLT 
element, allows mixing</action>
       <action category="feature">exclude-result-prefixes, extension 
element-prefixes now ubiquitous</action>
       <action category="feature">xsl:apply-imports takes with-param 
subelement</action>
  @@ -77,7 +63,6 @@
       <action category="feature">xsl:for-each-group</action>
       <action category="feature">OccurrenceIndicator::= ("*" |  "+" |  "?")? 
in match and select</action>
       <action category="feature">ItemType keywords: element, attribute, node, 
document, item, atomic value, etc.</action>
  -    <action category="feature">ExprComment ::= "{--" [^}]* "--}"</action>
       <action category="feature">to operator</action>
       <action category="feature">idiv (like div)</action>
       <action category="feature">unary +</action>
  @@ -98,6 +83,20 @@
       <action category="feature" who="MM">xf:remove()</action>
       <action category="feature" who="MM">xf:subsequence()</action>
       <action category="feature">xf:avg()</action>
  +    <action category="feature" status="unstable">xf:deep-equal()</action>
  +    <action category="feature">xf:root()</action>
  +    <action category="feature" 
status="bugs">xf:sequence-deep-equal()</action>
  +    <action category="feature" 
status="bugs">xf:sequence-node-equal()</action>
  +    <action category="feature" status="bugs">xf:idref()</action>
  +    <action category="feature">xf:sum() takes sequence as input; raises 
error if any non-numeric inputs</action>
  +    <action category="feature">xf:id() takes sequence of IDREFs as 
input</action>
  +    <action category="feature" who="MM">union, intersect, except</action>
  +    <action category="feature">Allow inequality relations for booleans (see 
Operators 7.2)</action>
  +    <action category="feature">xf:if-absent()</action>
  +    <action category="feature">xf:if-empty()</action>
  +    <action category="feature" status="bugs">xf:max() and xf:min()
  +      <issue id="collations">What are we going to do about collations? 
Anything?</issue></action>
  +    <action category="feature">xf:collection()</action>
     </completed>
    <devs>
     <!-- in alphabetical order, by last name -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to