You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by rd...@apache.org on 2004/07/06 22:09:46 UTC

cvs commit: ws-jaxme/src/documentation/content/xdocs index.xml

rdonkin     2004/07/06 13:09:46

  Modified:    src/documentation/content/xdocs Tag: Branch_R0_3 index.xml
  Log:
  Small improvements to documentation
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.3.2.2   +6 -6      ws-jaxme/src/documentation/content/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/src/documentation/content/xdocs/index.xml,v
  retrieving revision 1.3.2.1
  retrieving revision 1.3.2.2
  diff -u -r1.3.2.1 -r1.3.2.2
  --- index.xml	27 Jun 2004 20:27:16 -0000	1.3.2.1
  +++ index.xml	6 Jul 2004 20:09:46 -0000	1.3.2.2
  @@ -28,15 +28,15 @@
           Java/XML binding. 
         </p>
         <p>A Java/XML binding compiler takes as input a schema
  -        description (in most cases an XML schema, but it may be a DTD, a
  -        RelaxNG schema, a Java class inspected via reflection, or a database
  +        description (in most cases an XML schema but it may be a DTD, a
  +        RelaxNG schema, a Java class inspected via reflection or a database
           schema). The output is a set of Java classes:
         </p>
           <ul>
  -          <li>A Java bean class matching the schema description. (If the schema was
  -            obtained via Java reflection, the original Java bean class.)</li>
  -          <li>Read a conforming XML document and convert it into the equivalent Java bean.</li>
  -          <li>Vice versa, marshal the Java bean back into the original XML document.</li>
  +          <li>A Java bean class compatible with the schema description. (If the schema was
  +            obtained via Java reflection, then the original Java bean class.)</li>
  +          <li>An unmarshaller that converts a conforming XML document into the equivalent Java bean.</li>
  +          <li>Vice versa, a marshaller that converts the Java bean back into the original XML document.</li>
           </ul>
         <p>
           In the case of JaxMe, the generated classes may also
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org