Using React to present DocBook XML?
Peter Desjardins <[email protected]> Fri, 1 Oct 2021 09:52:00 -0400
| Newsgroups | gmane.text.docbook.apps |
|---|---|
| Message-ID | <CAMmOXbZSweBrRcZow=x-5YQYH-RPkJiDatt1MxOTnEysfNHmSA@mail.gmail.com> |
Has anyone tried using React JavaScript (https://reactjs.org/) to present DocBook XML content as HTML? I am trying to find a way to evolve my HTML output toolchain so that it is more compatible with a front-end development team that uses React JS. I'm wondering whether it would make sense to try to get React code to parse the DocBook XML source, or whether there's a way to use DocBook XSLT to present content in a format that's suitable for React to read from. Do you have any experience you can share? Thanks! Peter