Search code examples
javaxbrl

Creating a XBRL document in Java?


I just started with XBRL. What Java lib(s) do you use for creating XBRL documents?

I find it hard to find "opensource" java libs for XBRL creation/manipulation.


Solution

  • I use JAXB, and seem to work fine. I create the java code with jaxb ref implementation and use it through the factories...