| | # Usage |
| | |
| | -This section shows how to use the Java API to query a database and generate |
| | -an XML document based on **rxm**. Review the |
| | -[JDBC documentation](http://docs.oracle.com/javase/tutorial/jdbc/basics/connecting.html) to understand how database connections are established. |
| | +The Java API can generate an XML document with **rxm**. |
| | |
| | ## Basic |
 |
| | .*, |
| | ``` |
| | - |
| | |
| | # Requirements |
 |
| | # Addendum |
| | |
| | -It might be possible to use **rxm** for data loading. |
| | +Review the [JDBC documentation](http://docs.oracle.com/javase/tutorial/jdbc/basics/connecting.html) to understand how database connections are established. |
| | |
| | |