You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by xm...@xml.apache.org on 2004/10/13 02:17:05 UTC

[jira] Resolved: (XMLBEANS-41) Documentation error

Message:

   The following issue has been resolved as FIXED.

   Resolver: Steven Traut
       Date: Tue, 12 Oct 2004 5:16 PM

This fix should go into all releases for which docs are included, since there's a single source for docs.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XMLBEANS-41

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-41
    Summary: Documentation error
       Type: Bug

     Status: Resolved
   Priority: Trivial
 Resolution: FIXED

    Project: XMLBeans
   Fix Fors:
             unspecified

   Assignee: 
   Reporter: Cameron Braid

    Created: Tue, 6 Jul 2004 4:46 AM
    Updated: Tue, 12 Oct 2004 5:16 PM

Description:
http://xml.apache.org/xmlbeans/docs/guide/conUsingBookmarksToAnnotateXML.html

The code sample should be

    XmlCursor orderCursor = xmlDoc.newCursor();
    OrderBookmark thisBookmark = new OrderBookmark("foo");
    orderCursor.setBookmark(thisBookmark);

instead of 

    XmlCursor orderCursor = xmlDoc.newCursor();
    OrderBookmark thisBookmark = new OrderBookmark("foo");
    orderCursor.setBookmark(thisAnnotation);

I am picky hey ;)


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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