| Author | Dave Jarvis <email> |
|---|---|
| Date | 2015-02-08 12:41:12 GMT-0800 |
| Commit | ea48be2fa529b0b09fec651d5e7ec97472b46e1e |
| Parent | 034ae79 |
| ``` | ||
| +# Usage | ||
| + | ||
| +A call to create an XML document resembles: | ||
| + | ||
| + SELECT rxm( '...mapping...' ); | ||
| + | ||
| +A call to create a JSON document resembles: | ||
| + | ||
| + SELECT rxm( '...mapping...', 'json' ); | ||
| + | ||
| + | ||
| # Requirements | ||
| # Addendum | ||
| -It might be possible to reuse maps for bidirectional data loading in addition | ||
| -to data extraction. | ||
| +It might be possible to use **rxm** for data loading, as well. | ||
| Delta | 12 lines added, 2 lines removed, 10-line increase |
|---|