diff options
Diffstat (limited to 'docs/modules')
| -rw-r--r-- | docs/modules/migrate/pages/docbook-xml.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/modules/migrate/pages/docbook-xml.adoc b/docs/modules/migrate/pages/docbook-xml.adoc index 8b30ba27..46706c2a 100644 --- a/docs/modules/migrate/pages/docbook-xml.adoc +++ b/docs/modules/migrate/pages/docbook-xml.adoc @@ -1,13 +1,13 @@ = Migrate from DocBook XML to Asciidoctor :navtitle: Migrate from DocBook XML :url-docbookrx: https://github.com/asciidoctor/docbookrx -// docbookrx.adoc, included in user-manual: Convert DocBook XML to AsciiDoc -One of the things Asciidoctor excels at is converting AsciiDoc source into valid and well-formed DocBook XML content. - -What if you're in the position where you need to go the other way: migrate all your legacy DocBook XML content to AsciiDoc? +A task Asciidoctor excels at is converting AsciiDoc source into valid and well-formed DocBook XML content. +But what if you're in the position where you need to go the other way, to migrate your legacy DocBook XML content to AsciiDoc? The prescription (℞) you need to get rid of your DocBook pains could be {url-docbookrx}[DocBookRx^]. +== DocBookRx + DocBookRx is an early version of a DocBook to AsciiDoc converter written in Ruby. This converter is far from perfect at the moment, but it improves with each document it converts. |
