You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by da...@apache.org on 2004/10/29 20:02:40 UTC

cvs commit: xml-xmlbeans/website/src/documentation/content/xdocs/documentation tutorial_getstarted.xml

daveremy    2004/10/29 11:02:40

  Modified:    website/src/documentation/content/xdocs/documentation
                        tutorial_getstarted.xml
  Log:
  Fixing the getting started tutorial so that the images appear correctly after build.
  
  Contributed by Steve Traut
  
  Revision  Changes    Path
  1.2       +4 -4      xml-xmlbeans/website/src/documentation/content/xdocs/documentation/tutorial_getstarted.xml
  
  Index: tutorial_getstarted.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/website/src/documentation/content/xdocs/documentation/tutorial_getstarted.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tutorial_getstarted.xml	7 Oct 2004 00:21:26 -0000	1.1
  +++ tutorial_getstarted.xml	29 Oct 2004 18:02:40 -0000	1.2
  @@ -503,7 +503,7 @@
                       </link>, you would move the cursor to an <code>ATTR</code> token that represents
                       the attribute, as illustrated here.</p>
                   <p>
  -                    <img src="../../../resources/images/tokentypes.jpg" width="644" height="212" alt="Token types"/>
  +                    <img src="../images/tokentypes.jpg" width="644" height="212" alt="Token types"/>
                   </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 — you're
  @@ -537,14 +537,14 @@
                   <p>The following illustrates the shifting and moving of tokens that occurs between
                       inserting a new cursor and beginning a new element.</p>
                   <p>
  -                    <img src="../../../resources/images/tokentypes_newcursor.jpg" width="476"
  +                    <img src="../images/tokentypes_newcursor.jpg" width="476"
                           height="153" alt="Inserting a new cursor."/>
                   </p>
                   <p>
  -                    <img src="../../../resources/images/beginelement.jpg" width="419" height="166" alt="Beginning a new element."/>
  +                    <img src="../images/beginelement.jpg" width="419" height="166" alt="Beginning a new element."/>
                   </p>
                   <p>
  -                    <img src="../../../resources/images/after_beginelement.jpg" width="449"
  +                    <img src="../images/after_beginelement.jpg" width="449"
                           height="129" alt="After the new element begins."/>
                   </p>
                   <p>Cursor operations are like this. You move the cursor from token to token as if
  
  
  

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