You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by kk...@apache.org on 2004/10/30 23:41:18 UTC

cvs commit: xml-xmlbeans/website/build/site/images after_beginelement.jpg beginelement.jpg tokentypes.jpg tokentypes_newcursor.jpg

kkrouse     2004/10/30 14:41:18

  Modified:    website/build/site/documentation tutorial_getstarted.html
  Added:       website/build/site/images after_beginelement.jpg
                        beginelement.jpg tokentypes.jpg
                        tokentypes_newcursor.jpg
  Log:
  update website build
  
  Revision  Changes    Path
  1.2       +4 -4      xml-xmlbeans/website/build/site/documentation/tutorial_getstarted.html
  
  Index: tutorial_getstarted.html
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/website/build/site/documentation/tutorial_getstarted.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tutorial_getstarted.html	29 Oct 2004 01:33:32 -0000	1.1
  +++ tutorial_getstarted.html	30 Oct 2004 21:41:18 -0000	1.2
  @@ -758,7 +758,7 @@
                       the attribute, as illustrated here.</p>
   <p>
                       
  -<img alt="Token types" height="212" src="../../../resources/images/tokentypes.jpg" width="644">
  +<img alt="Token types" height="212" src="../images/tokentypes.jpg" width="644">
                   </p>
   <p>But for for the moment, the code will leave the cursor where it is. Instead,
                       you'll call another method to get the URI for the default namespace &mdash; you're
  @@ -793,15 +793,15 @@
                       inserting a new cursor and beginning a new element.</p>
   <p>
                       
  -<img alt="Inserting a new cursor." height="153" src="../../../resources/images/tokentypes_newcursor.jpg" width="476">
  +<img alt="Inserting a new cursor." height="153" src="../images/tokentypes_newcursor.jpg" width="476">
                   </p>
   <p>
                       
  -<img alt="Beginning a new element." height="166" src="../../../resources/images/beginelement.jpg" width="419">
  +<img alt="Beginning a new element." height="166" src="../images/beginelement.jpg" width="419">
                   </p>
   <p>
                       
  -<img alt="After the new element begins." height="129" src="../../../resources/images/after_beginelement.jpg" width="449">
  +<img alt="After the new element begins." height="129" src="../images/after_beginelement.jpg" width="449">
                   </p>
   <p>Cursor operations are like this. You move the cursor from token to token as if
                       from one train car to another. Copying, moving or removing elements shifts
  
  
  
  1.1                  xml-xmlbeans/website/build/site/images/after_beginelement.jpg
  
  	<<Binary file>>
  
  
  1.1                  xml-xmlbeans/website/build/site/images/beginelement.jpg
  
  	<<Binary file>>
  
  
  1.1                  xml-xmlbeans/website/build/site/images/tokentypes.jpg
  
  	<<Binary file>>
  
  
  1.1                  xml-xmlbeans/website/build/site/images/tokentypes_newcursor.jpg
  
  	<<Binary file>>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: commits-help@xmlbeans.apache.org