duftler     2002/06/09 21:15:19

  Modified:    java/docs changes.html
  Log:
  Fixed a couple of types, and updated.
  
  Revision  Changes    Path
  1.24      +8 -2      xml-soap/java/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/docs/changes.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- changes.html      10 Jun 2002 02:10:27 -0000      1.23
  +++ changes.html      10 Jun 2002 04:15:19 -0000      1.24
  @@ -218,10 +218,10 @@
       header
       with no value to an Apache SOAP client.
       <LI>Added a method to DOMUtils to retrieve qualified
  -    attribute value. That is, it will returna
  +    attribute value. That is, it will return a
       QName representing the value of the requested
       attribute.
  -    <LI>Fixed a problem with QName that Was causing
  +    <LI>Fixed a problem with QName that was causing
       it to throw a NullPointerException if
       localPart
       constructor arg was null.
  @@ -263,6 +263,12 @@
       when unmarshalling.
       <LI>Changed unmarshalling of xsi:null to be just as
       liberal as BooleanDeserializer is in what it accepts.
  +    <LI>Added logic to use xsi:nil, instead of xsi:null,
  +    when using the 2001 Schema spec.
  +    <LI>Fixed behavior when the 1999 or 2000 schema URI
  +    is specified so that the serialization logic uses
  +    the older version of both the xsi and the xsd namespaces;
  +    it was previously just using the older xsd namespace.
     </UL>
   </UL>
    <UL> 
  
  
  


Reply via email to