| | ``` |
| | |
| | -This allows the module to be reused at any time using the *import* keyword. |
| | -For example: |
| | +Modules are referenced using the *import* keyword. For example: |
| | |
| | ``` |
 |
| | |
| | This implementation provides a Java API for building SQL statements |
| | -that produce XML documents based on **rxm**. The examples below do not |
| | -show how to obtain a database connection, which the [JDBC documentation](http://docs.oracle.com/javase/tutorial/jdbc/basics/connecting.html) describes. |
| | +that produce XML documents based on **rxm**. Review the |
| | +[JDBC documentation](http://docs.oracle.com/javase/tutorial/jdbc/basics/connecting.html) to obtain a database connection. |
| | |
| | ## Basic |