Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
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: Unassigned
Priority: Trivial
Project: XMLBeans
Assignee:
Reporter: Cameron Braid
Created: Tue, 6 Jul 2004 4:46 AM
Updated: Tue, 6 Jul 2004 4:46 AM
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: xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/
|